Searched refs:showCaptcha (Results 1 – 1 of 1) sorted by relevance
19 $this->showCaptcha = 'Z'; // Captcha unknown25 $this->showCaptcha = 'H'; // Method is HEAD, no need for captcha27 $this->showCaptcha = 'W'; // IP is whitelisted, no captcha29 $this->showCaptcha = 'N'; // No, user already has a cookie, don't show the captcha31 $this->showCaptcha = 'Y'; // Yes, show the captcha71 private $showCaptcha = 'X'; variable in action_plugin_botmon156 $this->showCaptcha, /* show captcha? */233 if ($this->showCaptcha == 'Y') {305 $this->showCaptcha = $cCode; // store the captcha code for the logfile