Home
last modified time | relevance | path

Searched refs:auth_loadACL (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/inc/
Dauth_loadacl.test.php28 $result = auth_loadACL();
90 $this->assertEquals($expect, auth_loadACL());
Dauth_aclcheck.test.php244 $AUTH_ACL = auth_loadACL(); // default test file
/dokuwiki/inc/
Dauth.php124 $AUTH_ACL = auth_loadACL();
136 function auth_loadACL() function