mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 20:07:08 +00:00
15 lines
192 B
PHP
15 lines
192 B
PHP
|
<?php
|
||
|
|
||
|
include 'config.php';
|
||
|
|
||
|
unset($_SESSION["user_id"]);
|
||
|
session_destroy();
|
||
|
|
||
|
?>
|
||
|
|
||
|
<?php include "header.php" ?>
|
||
|
|
||
|
<h2>Déconnexion réussie !</h2>
|
||
|
|
||
|
<?php include "footer.php" ?>
|