芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/yii/demos/phonebook/protected/components/UserIdentity.php
username==='demo' && $this->password==='demo') $this->errorCode=self::ERROR_NONE; else $this->errorCode=self::ERROR_PASSWORD_INVALID; return !$this->errorCode; } }