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