Bugfix reset

This commit is contained in:
“VeLiTi”
2024-03-22 15:36:59 +01:00
parent ca693ba182
commit 4e0ac56a40

View File

@@ -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';