Home
last modified time | relevance | path

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

/plugin/issuetracker/conf/
H A Ddefault.php13 $conf['ip_blocked'] = 1; // turn on the anti-spam-bot savety feature
H A Dmetadata.php13 $meta['ip_blocked'] = array('onoff'); // turn on the anti-spam-bot savety feature
/plugin/issuetracker/
H A Dsyntax.php1750 if($this->getConf('ip_blocked') == 1){
1843 if($this->getConf('ip_blocked') == 1) {
H A Daction.php3528 if($this->getConf('ip_blocked') == 1){
3621 if($this->getConf('ip_blocked') == 1) {