Home
last modified time | relevance | path

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

/plugin/hidingip/
H A Daction.php46 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE;
47 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE;
88 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE;
89 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE;
133 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE;
134 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE;
/plugin/hidingip/conf/
H A Ddefault.php4 $conf['rightToSeeIP'] = 'sp';
H A Dmetadata.php4 $meta['rightToSeeIP'] = array('multichoice','_choices' => array('sp','mg'));