summaryrefslogtreecommitdiff
path: root/www/functions/func_register.php
diff options
context:
space:
mode:
authorroot2014-03-12 20:44:57 +0100
committerroot2014-03-12 20:44:57 +0100
commit1bac7aec0ab18c69aae7d01216458dd83a26c864 (patch)
tree1c5399aedca231d15c230c0f9eb9cf921fdf9ceb /www/functions/func_register.php
parentfe9bfe8e9404726b788be2e615c193ed763cfd46 (diff)
downloadfiles.iamfabulous.de-1bac7aec0ab18c69aae7d01216458dd83a26c864.tar.gz
TODO: Get the right root.
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 {