From 5098e6c084dea175780c5d684f658b394369a2fe Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 20 Feb 2020 21:53:48 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20redirect=20urls=20cause=20i=E2=80=99m?= =?UTF-8?q?=20stewpid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/login/redirect.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } ?>