[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH arfnet2-cstims] Redirect register to login instead of invalid verify


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