예제 #1
0
파일: login.php 프로젝트: gudwin/extasy
 protected static function reloadAttemptsConfig()
 {
     $register = new SystemRegister(self::SystemRegisterPath);
     self::$perHost = intval($register->PerHost->value);
     self::$perSession = intval($register->PerSession->value);
 }