コード例 #1
0
ファイル: stack.php プロジェクト: jhawcroft/cinsimp-web
 private function _check_authenticated()
 {
     if (!$this->authenticated && $this->password_hash != '') {
         CinsImpError::unauthorised();
     }
 }