fixed redirect urls cause i’m stewpid
parent
fbdbc854e9
commit
5098e6c084
|
@ -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();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue