1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 02:20:32 +02:00

Initial commit

This commit is contained in:
galaxyoyo
2019-08-21 22:56:46 +02:00
commit 311cb66cdd
36 changed files with 2698 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
include 'config.php';
unset($_SESSION["user_id"]);
session_destroy();
?>
<?php include "header.php" ?>
<h2>Déconnexion réussie !</h2>
<?php include "footer.php" ?>