Nouvelle version complète (remplacement total)

This commit is contained in:
2025-11-02 22:39:12 +01:00
commit 1a5e015663
14 changed files with 253 additions and 0 deletions

7
public/logout.php Normal file
View File

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