Home
last modified time | relevance | path

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

/plugin/accscounter/conf/
H A Ddefault.php4 $conf['excludeMgAndSp'] = '0';
H A Dmetadata.php4 $meta['excludeMgAndSp'] = array('multichoice','_choices' => array('0','sp','mg'));
/plugin/accscounter/syntax/
H A Dcounter.php149 if ($this->getConf('excludeMgAndSp') == 'mg' && auth_ismanager()) $excluded = TRUE;
150 if ($this->getConf('excludeMgAndSp') == 'sp' && auth_isadmin()) $excluded = TRUE;