Skip to content

Commit

Permalink
fix: removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jun 7, 2024
1 parent 6130521 commit 7ec8166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpmyfaq/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
//
// Logout
//
var_dump($csrfChecked);
if ($csrfChecked && 'logout' === $action && $user->isLoggedIn()) {
$user->deleteFromSession(true);
$action = 'main';
Expand Down

0 comments on commit 7ec8166

Please sign in to comment.