diff --git a/php/controller/logout-controller.php b/php/controller/logout-controller.php index 49386ab..d88a634 100644 --- a/php/controller/logout-controller.php +++ b/php/controller/logout-controller.php @@ -2,5 +2,5 @@ $_SESSION = []; session_destroy(); -header("Location: index.php"); +header("Location: ../../index.php"); exit(); \ No newline at end of file