diff --git a/threadr/login/redirect.php b/threadr/login/redirect.php index 1096582..3316491 100644 --- a/threadr/login/redirect.php +++ b/threadr/login/redirect.php @@ -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(); } ?>