Fixed logout error where it would try to redirect to wrong file

This commit is contained in:
sraffauf
2025-10-10 16:51:20 +02:00
parent a8fa59f5de
commit 1fcceef40a
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
session_start();
session_destroy();
header("Location: login.html");
header("Location: ../login.html");
exit;
?>
+5 -1
View File
@@ -1 +1,5 @@
[]
[
{
}
]