From 4e0ac56a4075e599c2173778c1672dad4823faa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVeLiTi=E2=80=9D?= <“info@veliti.nl”> Date: Fri, 22 Mar 2024 15:36:59 +0100 Subject: [PATCH] Bugfix reset --- reset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reset.php b/reset.php index 838b3d1..b03c40e 100644 --- a/reset.php +++ b/reset.php @@ -89,7 +89,7 @@ if (isset($_POST['resetkey']) && $_POST['resetkey'] !='' && $_POST['password_upd header("Refresh:2; url=index.php"); } } - $username_err = 'You will be redirected'; + //$username_err = 'You will be redirected'; } else { $username_err = 'Passwords do not match';