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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_register.php b/www/functions/func_register.php
index ae784cf..eba653f 100644
--- a/www/functions/func_register.php
+++ b/www/functions/func_register.php
@@ -59,7 +59,7 @@ function register($db){
$_SESSION["login"] = true;
$_SESSION["username"] = $name;
- header("Refresh: 0; /")
+ header("Refresh: 0; /");
return true;
} else {