Пример #1
0
 public static function OutputTestDbSearchCaptcha()
 {
     if (IS_TESTSERVER) {
         return test::OutputTestDbSearch();
     }
     return functions::get_captcha_protected_call("test::OutputTestDbSearch");
 }
Пример #2
0
 public static function OutputSurveyReportListCaptcha()
 {
     return functions::get_captcha_protected_call("event::OutputSurveyReportList");
 }
Пример #3
0
 public static function ApCaptcha()
 {
     return functions::get_captcha_protected_call("admin::Ap");
 }
Пример #4
0
 public static function outputMyTravelsCaptcha()
 {
     functions::gpc_declare_input("doit", false, true);
     if ($GLOBALS["doit"]) {
         return travel::outputMyTravels();
     } else {
         return functions::get_captcha_protected_call("travel::outputMyTravels");
     }
 }