Searched refs:useacl (Results 1 – 3 of 3) sorted by relevance
14 //$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
753 * @param bool $useacl only return pages readable by the current user, false to ignore ACLs756 function page_findnearest($page, $useacl = true) argument765 if (page_exists($pageid) && (!$useacl || auth_quickaclcheck($pageid) >= AUTH_READ)) {
1666 * @param bool $useacl Include the page only if the ACLs check out?1669 function tpl_include_page($pageid, $print = true, $propagate = false, $useacl = true) argument1672 $pageid = page_findnearest($pageid, $useacl);1673 } elseif ($useacl && auth_quickaclcheck($pageid) == AUTH_NONE) {