芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/yii/framework/cli/views/webapp/protected/components/UserIdentity.php
password 'demo'=>'demo', 'admin'=>'admin', ); if(!isset($users[$this->username])) $this->errorCode=self::ERROR_USERNAME_INVALID; elseif($users[$this->username]!==$this->password) $this->errorCode=self::ERROR_PASSWORD_INVALID; else $this->errorCode=self::ERROR_NONE; return !$this->errorCode; } }