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