Premier commit

This commit is contained in:
2025-11-01 19:27:22 +01:00
parent 02b6a64f7d
commit 686646929d
16 changed files with 342 additions and 0 deletions

5
logout.php Normal file
View File

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