Home
last modified time | relevance | path

Searched refs:AUTH_ACL (Results 26 – 29 of 29) sorted by relevance

12

/plugin/superacl/
H A Dadmin.php141 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
471 global $AUTH_ACL;
476 foreach($AUTH_ACL as $line){
/plugin/pubmed2020/classes/
H A Dcache.php311 global $AUTH_ACL;
320 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
/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/git/
H A Dhelper.php190 $AUTH_ACL = file($config_cascade['acl']['default']);
193 foreach($AUTH_ACL as $line){

12