summaryrefslogtreecommitdiff
path: root/www/functions/func_register.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_register.php')
-rw-r--r--www/functions/func_register.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/functions/func_register.php b/www/functions/func_register.php
index 30f31c0..ae784cf 100644
--- a/www/functions/func_register.php
+++ b/www/functions/func_register.php
@@ -59,6 +59,7 @@ function register($db){
$_SESSION["login"] = true;
$_SESSION["username"] = $name;
+ header("Refresh: 0; /")
return true;
} else {