lazy commit

This commit is contained in:
Hickmeister
2025-01-04 21:06:25 +00:00
parent ca0007515f
commit e31bd43eaa
13 changed files with 651 additions and 135 deletions

View File

@@ -2,6 +2,6 @@
session_start();
session_unset();
session_destroy();
header("Location: /login.php");
header("Location: login.php");
exit();
?>