diff --git a/php/controller/logout-controller.php b/php/controller/logout-controller.php index 40ba82f..49b1b0c 100644 --- a/php/controller/logout-controller.php +++ b/php/controller/logout-controller.php @@ -2,6 +2,6 @@ $_SESSION = []; session_destroy(); -header("Location: ../../index.php"); +//header("Location: ../../index.php"); echo "Test"; exit(); \ No newline at end of file