Home
last modified time | relevance | path

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

/plugin/indexmenu/
H A Daction.php97 $aclcache = $this->getConf('aclcache');
100 if ($aclcache == 'user') {
105 } elseif ($aclcache == 'groups') {
/plugin/indexmenu/conf/
H A Ddefault.php12 $conf['aclcache'] = 'groups';
H A Dmetadata.php12 $meta['aclcache'] = array('multichoice', '_choices' => array('none', 'user', 'groups'));