fixed redirect urls cause i’m stewpid

master
BodgeMaster 2020-02-20 21:53:48 +01:00
parent fbdbc854e9
commit 5098e6c084
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ if ($statement->rowCount() > 0) {
echo 1; echo 1;
} else { } else {
//password inorrect //password inorrect
header("Location: https://lostcave.ddnss.de/login?error=credentials"); header("Location: https://lostcave.ddnss.de/common/threadr/login?error=credentials");
die(); die();
} }
} else { } else {
//wrong user name //wrong user name
header("Location: https://lostcave.ddnss.de/login?error=credentials&1=0"); header("Location: https://lostcave.ddnss.de/common/threadr/login?error=credentials&1=0");
die(); die();
} }
?> ?>