listAll(); $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https' : 'http'; $baseUrl = $protocol . '://' . ($_SERVER['HTTP_HOST'] ?? 'localhost'); $pageTitle = 'Accès étudiant·e'; $isAdmin = true; $bodyClass = 'admin-body'; require_once APP_ROOT . '/templates/head.php'; include APP_ROOT . '/templates/header.php'; include APP_ROOT . '/templates/admin/acces-etudiante.php'; require_once APP_ROOT . '/templates/admin/footer.php';