Home
last modified time | relevance | path

Searched +full:allowrename +(+path:plugin +path:move) -(+path:plugin +path:move +path:lang) (Results 1 – 3 of 3) sorted by path

/plugin/move/action/
H A Drename.php48 $this->getConf('allowrename'),
163 !auth_isMember($this->getConf('allowrename'), $INPUT->server->str('REMOTE_USER'), (array) $USERINFO['grps'])
204 if(!auth_isMember($this->getConf('allowrename'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'])) return false;
/plugin/move/conf/
H A Ddefault.php3 $conf['allowrename'] = '@user';
H A Dmetadata.php3 $meta['allowrename'] = array('string');