summaryrefslogtreecommitdiff
path: root/www/functions
diff options
context:
space:
mode:
authorHorus32014-03-12 20:32:37 +0100
committerHorus32014-03-12 20:32:37 +0100
commitfe9bfe8e9404726b788be2e615c193ed763cfd46 (patch)
tree1082b829da48261e1cc9bf67ca095568bf425730 /www/functions
parent2820a9279026e4a2f222587f400cd9aafeb52390 (diff)
downloadfiles.iamfabulous.de-fe9bfe8e9404726b788be2e615c193ed763cfd46.tar.gz
Fixed typo in the database schema.
Diffstat (limited to 'www/functions')
-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 {