getThesis($thesisId); if (!$thesis) { http_response_code(404); die('TFE introuvable.'); } // Get the share link slug from the referer path $pathParts = explode('/', trim($_SERVER['REQUEST_URI'] ?? '', '/')); $slug = count($pathParts) >= 2 ? $pathParts[0] : null; $pageTitle = 'Merci — TFE enregistré'; ?>
Votre TFE a bien été enregistré sur la plateforme.