diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-07-10 19:21:22 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-07-10 19:21:22 +0200 |
commit | 683657018f00c8b9e214df4a83c1ba0b23cd1638 (patch) | |
tree | 54523f20cba5b86ae92a846e20a26ddea7602530 | |
parent | 972ab2852d35385b087b8a989e475862b7ed6cce (diff) | |
download | arfnet2-cstims-683657018f00c8b9e214df4a83c1ba0b23cd1638.tar.gz arfnet2-cstims-683657018f00c8b9e214df4a83c1ba0b23cd1638.zip |
-rwxr-xr-x | register.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"] == "POST") { // send admin notification
send_register_notification($username);
// Redirect to login page
- header("location: verify.php");
+ header("location: login.php");
} else {
echo "SQL failed. Idk ask arf20.";
}
|