Home
last modified time | relevance | path

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

/plugin/userhomepage/conf/
H A Ddefault.php16 $conf['acl_user_private'] = '0';
H A Dmetadata.php16 …$meta['acl_user_private'] = array('multichoice','_choices'=>array('0','1','2','4','8','16','noacl'…
/plugin/userhomepage/
H A Daction.php262 …if (($this->getConf('acl_user_private') != 'noacl') && ($this->getConf('acl_user_private') !== $th…
265 $perm = (int)$this->getConf('acl_user_private');