diff options
Diffstat (limited to 'signup/verify')
| -rwxr-xr-x | signup/verify/verify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/signup/verify/verify.php b/signup/verify/verify.php index 9e22132..a5e43af 100755 --- a/signup/verify/verify.php +++ b/signup/verify/verify.php @@ -74,7 +74,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { exit; } - header("Location: /signin"); + header("Location: /signin/"); } ?> |
