MISE A JOUR

This commit is contained in:
2025-11-01 21:19:51 +01:00
parent 686646929d
commit 4eb6cf7ea6
12 changed files with 39 additions and 0 deletions

5
src/logout.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header("Location: login.php");
exit;