From 1b65f3c036fa883ade75bf04ef0e22dc960cd0f1 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 21 Feb 2020 07:16:46 +0100 Subject: [PATCH] CRITICAL: Fixed debug information being visible --- threadr/login/redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/login/redirect.php b/threadr/login/redirect.php index 0975006..983025a 100644 --- a/threadr/login/redirect.php +++ b/threadr/login/redirect.php @@ -22,7 +22,7 @@ if ($statement->rowCount() > 0) { } } else { //wrong user name - header("Location: https://lostcave.ddnss.de/common/threadr/login/?error=credentials&1=0"); + header("Location: https://lostcave.ddnss.de/common/threadr/login/?error=credentials"); die(); } ?>