Home
last modified time | relevance | path

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

/plugin/captcha/
H A Dhelper.php19 protected $field_hp = 'plugin__captcha_honeypot';
30 $this->field_hp = md5($this->fixedIdent() . $this->field_hp);
110 $this->field_hp
128 $field_hp = $INPUT->str($this->field_hp);
148 trim($field_hp) !== '' ||
15 protected $field_hp = 'plugin__captcha_honeypot'; global() variable in helper_plugin_captcha