Home
last modified time | relevance | path

Searched refs:AUTH_ACL (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/daftdrafts/
H A Dhelper.php88 $AUTH_ACL = $acl_config;
102 global $AUTH_ACL;
103 $acl_config = $AUTH_ACL;
111 $AUTH_ACL = $new_config;
/plugin/autlogin/
H A Dadmin.php1100 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
1106 $matches = preg_grep('/^'.preg_quote($page,'/').'\s+('.$user.')\s+/'.$ci,$AUTH_ACL);
1376 $AUTH_ACL = file(DOKU_CONF.'users.auth.php');
1377 foreach($AUTH_ACL as $line){
1404 $AUTH_ACL = file(DOKU_CONF.'users.auth.php');
1405 foreach($AUTH_ACL as $line){
/plugin/cache/
H A Dplugin_cache.php122 global $AUTH_ACL;
127 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
/plugin/superacl/
H A Dadmin.php141 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
471 global $AUTH_ACL;
476 foreach($AUTH_ACL as $line){

12