This commit is contained in:
2024-03-04 13:49:12 +01:00
parent ac6c9c7d8a
commit cea9405670
28 changed files with 1511 additions and 54 deletions

View File

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