芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/yii/framework/gii/components/UserIdentity.php
getController()->getModule()->password; if($password===null) throw new CException('Please configure the "password" property of the "gii" module.'); elseif($password===false || $password===$this->password) $this->errorCode=self::ERROR_NONE; else $this->errorCode=self::ERROR_UNKNOWN_IDENTITY; return !$this->errorCode; } }