From e7e120e5b850e35d59f9325e6a274960e7c5bd0e Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Sun, 19 Jul 2026 15:15:03 +0200 Subject: [PATCH] debugging --- php/controller/logout-controller.php | 1 + 1 file changed, 1 insertion(+) 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