diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 21:09:44 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 21:09:44 -0700 |
| commit | 83cd353b01660f34d6fd894d15a27fb1b3aeab4c (patch) | |
| tree | 992fd1ef0e412bb85dc97ef6668e9fe4e416c711 /signin | |
| parent | 1b35cf3f1124b161ebde5e9e3a2c74c8ea2821d0 (diff) | |
Fix redirect issue
Diffstat (limited to 'signin')
| -rwxr-xr-x | signin/signin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/signin/signin.php b/signin/signin.php index f7f3c23..8f2a88f 100755 --- a/signin/signin.php +++ b/signin/signin.php @@ -44,7 +44,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { if ($user['status'] == 'none') { set_user_id((int)$user['id']); - header("Location: /signup/verify"); + header("Location: /signup/verify/"); exit; } |
