diff options
| author | Horus3 | 2014-03-12 20:32:37 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-12 20:32:37 +0100 |
| commit | fe9bfe8e9404726b788be2e615c193ed763cfd46 (patch) | |
| tree | 1082b829da48261e1cc9bf67ca095568bf425730 /www/functions | |
| parent | 2820a9279026e4a2f222587f400cd9aafeb52390 (diff) | |
| download | files.iamfabulous.de-fe9bfe8e9404726b788be2e615c193ed763cfd46.tar.gz | |
Fixed typo in the database schema.
Diffstat (limited to 'www/functions')
| -rw-r--r-- | www/functions/func_register.php | 1 |
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 { |
