Home
last modified time | relevance | path

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

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