Home
last modified time | relevance | path

Searched refs:showCaptcha (Results 1 – 1 of 1) sorted by relevance

/plugin/botmon/
H A Daction.php19 $this->showCaptcha = 'Z'; // Captcha unknown
25 $this->showCaptcha = 'H'; // Method is HEAD, no need for captcha
27 $this->showCaptcha = 'W'; // IP is whitelisted, no captcha
29 $this->showCaptcha = 'N'; // No, user already has a cookie, don't show the captcha
31 $this->showCaptcha = 'Y'; // Yes, show the captcha
71 private $showCaptcha = 'X'; variable in action_plugin_botmon
156 $this->showCaptcha, /* show captcha? */
233 if ($this->showCaptcha == 'Y') {
305 $this->showCaptcha = $cCode; // store the captcha code for the logfile