[Phpfreechat-svn] SF.net SVN: phpfreechat: [1165] trunk/src/pfcglobalconfig.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-08-30 12:05:27
|
Revision: 1165 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1165&view=rev Author: kerphi Date: 2007-08-30 05:05:23 -0700 (Thu, 30 Aug 2007) Log Message: ----------- Fix some documentation Modified Paths: -------------- trunk/src/pfcglobalconfig.class.php Modified: trunk/src/pfcglobalconfig.class.php =================================================================== --- trunk/src/pfcglobalconfig.class.php 2007-08-30 00:10:30 UTC (rev 1164) +++ trunk/src/pfcglobalconfig.class.php 2007-08-30 12:05:23 UTC (rev 1165) @@ -411,23 +411,25 @@ var $debug = false; /** - * This is the user time zone - * it is the difference in seconds between user clock and server clock + * <p>Can be used to setup the chat time zone. + * It is the difference in seconds between chat clock and server clock</p> */ var $time_offset = 0; /** - * How to display the dates in the chat + * <p>How to display the dates in the chat</p> */ var $date_format = "d/m/Y"; /** - * How to display the time in the chat + * <p>How to display the time in the chat</p> */ var $time_format = "H:i:s"; /** - * This parameter is useful when your chat server is behind a reverse proxy that - * forward client ip address in HTTP_X_FORWARDED_FOR http header. - * see : http://www.phpfreechat.net/forum/viewtopic.php?id=1344 + * <p>This parameter is useful when your chat server is behind a reverse proxy that + * forwards client ip address in HTTP_X_FORWARDED_FOR http header. + * Some discutions about this parameter are available + * on <a href="http://www.phpfreechat.net/forum/viewtopic.php?id=1344">the forum</a>. + * (default value is false)</p> */ var $get_ip_from_xforwardedfor = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |