Home
last modified time | relevance | path

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

/plugin/validator/
Daction.php9 private const CAPTCHA_PROVIDERS = [ define in action_plugin_validator
48 $sitekey = $this->getConf(self::CAPTCHA_PROVIDERS[$mode]['sitekey_name']);
49 $class = self::CAPTCHA_PROVIDERS[$mode]['class_name'];
58 $src = self::CAPTCHA_PROVIDERS[$this->getMode()]['challenge_script'];
81 $secretkey = $this->getConf(self::CAPTCHA_PROVIDERS[$mode]['secretkey_name']);
85 $response = $INPUT->post->str(self::CAPTCHA_PROVIDERS[$mode]['response_name']);
96 $function = self::CAPTCHA_PROVIDERS[$mode]['function_name'];
98 $curl = $helper->$function(self::CAPTCHA_PROVIDERS[$mode]['verify_endpoint'], $data);
119 $sitekey = $this->getConf(self::CAPTCHA_PROVIDERS[$mode]['sitekey_name']);
120 $secretkey = $this->getConf(self::CAPTCHA_PROVIDERS[$mode]['secretkey_name']);