This commit is contained in:
Suvodip
2025-03-25 13:24:55 +05:30
parent a8c21c995c
commit 7dcd87c174
5 changed files with 132 additions and 7 deletions

View File

@@ -8,6 +8,6 @@ $_SESSION = [];
session_destroy();
// Redirect to login page
header("Location: /");
header("Location: /login");
exit;
?>