Пример #1
0
 private function _check_authenticated()
 {
     if (!$this->authenticated && $this->password_hash != '') {
         CinsImpError::unauthorised();
     }
 }