Home
last modified time | relevance | path

Searched +full:use_captcha +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/issuetracker/conf/
H A Ddefault.php32 $conf['use_captcha'] = 1; // Use captcha on by default
H A Dmetadata.php32 $meta['use_captcha'] = array('onoff'); // Use captcha on by default
/plugin/issuetracker/
H A Daction.php323 if ($this->getConf('use_captcha') === 0) { $captcha_ok = 1;}
1760 if ($this->getConf('use_captcha')==1)
1803 if ($this->getConf('use_captcha')==1)
2044 if ($this->getConf('use_captcha')==1)
2143 if ($this->getConf('use_captcha')==1)
2203 if ($this->getConf('use_captcha')==1)
2286 if ($this->getConf('use_captcha')==1)
2439 if ($this->getConf('use_captcha')==1)
2520 if ($this->getConf('use_captcha')==1)
2583 if ($this->getConf('use_captcha')==1)
[all …]
H A Dsyntax.php95 return ($this->getConf('use_captcha'));
150 if ($this->getConf('use_captcha') === 0) { $captcha_ok = 1;}
1443 if ($this->getConf('use_captcha')==1)