[Phpfreechat-svn] SF.net SVN: phpfreechat:[1246] trunk/src/pfcglobalconfig.class.php
Status: Beta
Brought to you by:
kerphi
|
From: <ke...@us...> - 2008-07-30 13:30:43
|
Revision: 1246
http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1246&view=rev
Author: kerphi
Date: 2008-07-30 13:30:52 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
clarify a comment
Modified Paths:
--------------
trunk/src/pfcglobalconfig.class.php
Modified: trunk/src/pfcglobalconfig.class.php
===================================================================
--- trunk/src/pfcglobalconfig.class.php 2008-07-30 07:51:29 UTC (rev 1245)
+++ trunk/src/pfcglobalconfig.class.php 2008-07-30 13:30:52 UTC (rev 1246)
@@ -112,7 +112,7 @@
* <p>This parameter contains a list of key/value that identify admin access.
* The keys are the nicknames and the values are the corresponding passwords.
* Note: The "isadmin" parameter does not depend on this variable.
- * (Default value: No admin/password accounts are available. Don't forget to change it.)</p>
+ * (Default value: nick 'admin' with no password is available. Don't forget to change it.)</p>
*/
var $admins = array("admin" => "");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|