Esempio n. 1
0
 protected function checkCaptcha()
 {
     if (!AnwCurrentSession::testCaptcha()) {
         throw new AnwBadCaptchaException();
     }
 }