CRITICAL: Fixed debug information being visible

master
BodgeMaster 2020-02-21 07:16:46 +01:00
parent 1a981c8d96
commit 1b65f3c036
1 changed files with 1 additions and 1 deletions

View File

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