handle(); extract($vars); $pageTitle = 'Demandes d\'accès aux fichiers'; $isAdmin = true; $bodyClass = 'admin-body'; require_once APP_ROOT . '/templates/head.php'; include APP_ROOT . '/templates/header.php'; echo ''; include APP_ROOT . '/templates/admin/file-access.php'; require_once APP_ROOT . '/templates/admin/footer.php';