1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-27 16:21:17 +00:00

11 lines
200 B
PHP
Raw Normal View History

2019-09-06 13:48:50 +02:00
<?php
require_once "../config.php";
unset($_SESSION["user_id"]);
session_destroy();
require_once "../views/header.php";
echo "<h2>Déconnexion réussie !</h2>";
require_once "../views/footer.php";