1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-04 08:12:17 +02:00

Séparation vue et contrôleur

This commit is contained in:
galaxyoyo
2019-09-06 13:48:50 +02:00
parent a1b4c42707
commit a1ef162bdb
58 changed files with 2628 additions and 2758 deletions

View File

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