diff options
| author | Horus3 | 2014-03-27 00:23:09 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-27 00:23:09 +0100 |
| commit | 09b1bac5a4543cdacc67be1752d9593d58a3eee0 (patch) | |
| tree | 19458c42cd699ea98d9b423618db633cb9e886f3 /www/functions/func_rewrite.php | |
| parent | 768f0f6a1ec5aaaa576fdc1bd283973a8a5ffc89 (diff) | |
| parent | 43933b5939b329a4ab333b093a370dabe995e0ad (diff) | |
| download | files.iamfabulous.de-09b1bac5a4543cdacc67be1752d9593d58a3eee0.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
Diffstat (limited to 'www/functions/func_rewrite.php')
| -rwxr-xr-x | www/functions/func_rewrite.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/functions/func_rewrite.php b/www/functions/func_rewrite.php index d9f694d..0a123d6 100755 --- a/www/functions/func_rewrite.php +++ b/www/functions/func_rewrite.php @@ -16,7 +16,9 @@ function rewrite($db){ } if($_SESSION["login"]){ + $scheme = $GLOBALS["scheme"]; header("Refresh: 0; ".$scheme.$_SERVER["HTTP_HOST"]."/" . $_SESSION['username'] . "/" . $_GET["name"] . "/" . $folder . ""); + exit; } return false; |
