cmxx - Improved login

This commit is contained in:
“VeLiTi”
2025-03-27 13:55:02 +01:00
parent 6fd22ede84
commit 0432d7fa47
10 changed files with 757 additions and 387 deletions

View File

@@ -10,6 +10,6 @@
session_destroy();
// Redirect to login page
header('location: index.php');
header('location: login.php');
exit;
?>