[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH arfnet2-cstims] Redirect register to login instead of invalid verify
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [PATCH arfnet2-cstims] Redirect register to login instead of invalid verify
- From: arf20 <arf20@xxxxxxxxx>
- Reply-to: development@xxxxxxxxx
- Date: Wed, 10 Jul 2024 19:21:53 +0200
- To: development@xxxxxxxxx
- Cc: arf20 <aruizfernandez05@xxxxxxxxx>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
From: arf20 <aruizfernandez05@xxxxxxxxx>
---
register.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/register.php b/register.php
index ee37ede..29e3cd1 100755
--- a/register.php
+++ b/register.php
@@ -121,7 +121,7 @@ if ($_SERVER["REQUEST_METHOD"] =3D=3D "POST") {
// send admin notification=0D
send_register_notification($username);=0D
// Redirect to login page=0D
- header("location: verify.php");=0D
+ header("location: login.php");=0D
} else {=0D
echo "SQL failed. Idk ask arf20.";=0D
}=0D
--=20
2.39.2