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

View File

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

View File

@@ -1 +1,5 @@
[] [
{
}
]