diff --git a/php/controller/logout-controller.php b/php/controller/logout-controller.php index 20d522a..a336fab 100644 --- a/php/controller/logout-controller.php +++ b/php/controller/logout-controller.php @@ -6,5 +6,5 @@ if (session_status() === PHP_SESSION_NONE) { $_SESSION = []; session_destroy(); -header("Location: ../../index.php"); +header("Location: index.php"); exit(); \ No newline at end of file