[Phpfreechat-svn] SF.net SVN: phpfreechat: [551] trunk/src/proxys/auth.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-07 20:07:43
|
Revision: 551 Author: kerphi Date: 2006-06-06 10:19:21 -0700 (Tue, 06 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=551&view=rev Log Message: ----------- Allow to everyone to run /init command Modified Paths: -------------- trunk/src/proxys/auth.class.php Modified: trunk/src/proxys/auth.class.php =================================================================== --- trunk/src/proxys/auth.class.php 2006-06-06 16:17:15 UTC (rev 550) +++ trunk/src/proxys/auth.class.php 2006-06-06 17:19:21 UTC (rev 551) @@ -36,7 +36,7 @@ $u =& $this->u; // protect admin commands - $admincmd = array("kick", "ban", "unban", "op", "deop", "debug", "rehash", "init"); + $admincmd = array("kick", "ban", "unban", "op", "deop", "debug", "rehash"); if ( in_array($this->name, $admincmd) ) { $container =& $c->getContainerInstance(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |