From 7ec8166b54eb15652349f0402640645a031d8802 Mon Sep 17 00:00:00 2001 From: Thorsten Rinne Date: Fri, 7 Jun 2024 18:37:11 +0200 Subject: [PATCH] fix: removed debug output --- phpmyfaq/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpmyfaq/index.php b/phpmyfaq/index.php index 7667390d39..39b6b9dab9 100755 --- a/phpmyfaq/index.php +++ b/phpmyfaq/index.php @@ -198,7 +198,6 @@ // // Logout // -var_dump($csrfChecked); if ($csrfChecked && 'logout' === $action && $user->isLoggedIn()) { $user->deleteFromSession(true); $action = 'main';