[Phpfreechat-svn] SF.net SVN: phpfreechat: [948] trunk
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-02-14 16:11:32
|
Revision: 948 http://svn.sourceforge.net/phpfreechat/?rev=948&view=rev Author: kerphi Date: 2007-02-14 08:11:18 -0800 (Wed, 14 Feb 2007) Log Message: ----------- disable debug mode on the index Modified Paths: -------------- trunk/index.php trunk/version Modified: trunk/index.php =================================================================== --- trunk/index.php 2007-02-09 11:16:59 UTC (rev 947) +++ trunk/index.php 2007-02-14 16:11:18 UTC (rev 948) @@ -6,7 +6,7 @@ $params["nick"] = "guest".rand(1,1000); // setup the intitial nickname $params["isadmin"] = true; // just for debug ;) $params["serverid"] = md5(__FILE__); // calculate a unique id for this chat -$params["debug"] = true; +//$params["debug"] = true; $chat = new phpFreeChat( $params ); ?> Modified: trunk/version =================================================================== --- trunk/version 2007-02-09 11:16:59 UTC (rev 947) +++ trunk/version 2007-02-14 16:11:18 UTC (rev 948) @@ -1 +1 @@ -1.0-beta9-pre \ No newline at end of file +1.0-beta9-pre2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |