travail en colab avec alexis et nicolas sur un partage

This commit is contained in:
Rafael GHOUAR-TOUSSAINT 2024-06-13 18:06:39 +02:00
parent f154a81961
commit ad8a35e7b1

11
php/deconnexion.php Normal file
View File

@ -0,0 +1,11 @@
<?php
session_start();
session_destroy();
header("Location: ../index.php");
exit;
?>