forked from root/threadr.lostcave.ddnss.de
fixed redirect urls cause i’m stewpid
parent
fbdbc854e9
commit
5098e6c084
|
@ -16,12 +16,12 @@ if ($statement->rowCount() > 0) {
|
|||
echo 1;
|
||||
} else {
|
||||
//password inorrect
|
||||
header("Location: https://lostcave.ddnss.de/login?error=credentials");
|
||||
header("Location: https://lostcave.ddnss.de/common/threadr/login?error=credentials");
|
||||
die();
|
||||
}
|
||||
} else {
|
||||
//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();
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue