mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-04 15:31:07 +02:00
Modification mineure
This commit is contained in:
@@ -1,14 +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" ?>
|
||||
<?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" ?>
|
||||
|
Reference in New Issue
Block a user