summaryrefslogtreecommitdiff
path: root/signup/verify/verify.php
diff options
context:
space:
mode:
Diffstat (limited to 'signup/verify/verify.php')
-rwxr-xr-xsignup/verify/verify.php2
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/");
}
?>