diff options
| author | moehm | 2014-03-27 19:21:18 +0100 |
|---|---|---|
| committer | moehm | 2014-03-27 19:21:18 +0100 |
| commit | ed5dabd4df988f63d300fa4ed6cc388990b0fdfb (patch) | |
| tree | 950e9187234391550c784604a8cb659105000313 /www/setup.php | |
| parent | 2310c2e3cb4cf9b724ef065fcb8543a60d0ff280 (diff) | |
| parent | a35197cefeb2dae3e3688eec5762824263d16f0c (diff) | |
| download | files.iamfabulous.de-ed5dabd4df988f63d300fa4ed6cc388990b0fdfb.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
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; |
