getTwig()->render('core/unauthorized.html.twig', ['pageTitle' => xl("ACL Administration")]); exit; } @set_time_limit(600); require_once('../profiler.inc'); $profiler = new Profiler(true,true); require_once("gacl_admin.inc.php"); $smarty->assign("return_page", $_SERVER['PHP_SELF'] ); $smarty->assign('current','acl_test'); $smarty->assign('page_title', 'ACL Test'); $smarty->assign("phpgacl_version", $gacl_api->get_version() ); $smarty->assign("phpgacl_schema_version", $gacl_api->get_schema_version() ); $smarty->display('phpgacl/acl_test.tpl'); ?>