示例#1
0
 protected function checkCaptcha()
 {
     if (!AnwCurrentSession::testCaptcha()) {
         throw new AnwBadCaptchaException();
     }
 }