Home
last modified time | relevance | path

Searched refs:acl_config (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/acl/
H A Dadmin.php584 $acl_config = [];
611 $acl_config[$acl[0]][$acl[1]] = $acl[2];
621 Sort::ksort($acl_config);
622 foreach (array_keys($acl_config) as $pagename) {
623 Sort::ksort($acl_config[$pagename]);
626 $this->acl = $acl_config;