diff options
| author | Horus3 | 2014-03-27 01:09:06 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-27 01:09:06 +0100 |
| commit | 84f44351d1f9e11d6b1421aa2de77c3414058159 (patch) | |
| tree | cfd59c78c4231f2ae7bf7f5e7b428373e00d8bf4 /www/setup.php | |
| parent | 09b1bac5a4543cdacc67be1752d9593d58a3eee0 (diff) | |
| download | files.iamfabulous.de-84f44351d1f9e11d6b1421aa2de77c3414058159.tar.gz | |
Bug fixes.
Diffstat (limited to 'www/setup.php')
| -rwxr-xr-x | www/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/setup.php b/www/setup.php index 93551aa..d2290c3 100755 --- a/www/setup.php +++ b/www/setup.php @@ -64,9 +64,9 @@ if($bool){ $_SESSION["username"] = "admin"; $_SESSION["userid"] = 1; + header("Refresh: 2; ".$scheme.$_SERVER["HTTP_HOST"]."/admin"); echo "Success! You will redirected any moment."; include("include.php"); - header("Refresh: 2; ".$scheme.$_SERVER["HTTP_HOST"]."/admin"); } else { echo "Failure! :( <br>"; echo "Your password: ".$hash_password; |
