Home
last modified time | relevance | path

Searched +full:protectregconf +(+path:plugin +path:stopforumspam2) -(+path:plugin +path:stopforumspam2 +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/stopforumspam2/
H A Daction.php56 … $helper->quickipcheck(null, $this->getConf('protectRegFreq'), $this->getConf('protectRegConf'))) {
88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
/plugin/stopforumspam2/conf/
H A Ddefault.php6 $conf['protectRegConf'] = '-1';
H A Dmetadata.php6 $meta['protectRegConf'] = array('numeric', '_min' => -1, '_max' => 100);