A lot of code cleanup and code sanitation done.

This commit is contained in:
2026-06-20 00:31:32 +02:00
parent be392b8149
commit d781078c0d
100 changed files with 733 additions and 2097 deletions

View File

@@ -19,10 +19,9 @@ if (isset($_POST['logout'])) {
// Set "logged out" indicator cookie
setcookie('loggedout', '1', time() + 3600, '/');
// Redirect to login
// Redirect to log in
header('Location: /login/');
exit;
} else {
header('Location: /');
exit;
}
exit;