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(); } ?>