Home
last modified time | relevance | path

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

/plugin/stopforumspam2/conf/
H A Ddefault.php12 $conf['skipMgAndSp'] = 'sp';
H A Dmetadata.php12 $meta['skipMgAndSp'] = array('multichoice','_choices' => array('0','sp','mg','user'));
/plugin/stopforumspam2/
H A Dhelper.php272 if ($this->getConf('skipMgAndSp') == 'mg' && auth_ismanager()) return TRUE;
273 if ($this->getConf('skipMgAndSp') == 'sp' && auth_isadmin()) return TRUE;
274 if ($this->getConf('skipMgAndSp') == 'user' && $_SERVER['REMOTE_USER']) return TRUE;