Home
last modified time | relevance | path

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

/plugin/captcha/
H A Dhelper.php18 protected $field_sec = 'plugin__captcha_secret';
29 $this->field_sec = md5($this->fixedIdent() . $this->field_sec);
75 $out .= '<input type="hidden" name="' . $this->field_sec . '" value="' . hsc($secret) . '" />';
126 $field_sec = $INPUT->str($this->field_sec);
130 // reconstruct captcha from provided $field_sec
131 $rand = $this->decrypt($field_sec);
144 !$field_sec ||
14 protected $field_sec = 'plugin__captcha_secret'; global() variable in helper_plugin_captcha