diff options
| author | root | 2014-03-26 23:51:57 +0100 |
|---|---|---|
| committer | root | 2014-03-26 23:51:57 +0100 |
| commit | 43933b5939b329a4ab333b093a370dabe995e0ad (patch) | |
| tree | 2a91a58038943a8998776edaf33ab003860c7b6f /www/functions/func_rewrite.php | |
| parent | cb74ce9e9702677225102fc06b5adda8ce692cdc (diff) | |
| download | files.iamfabulous.de-43933b5939b329a4ab333b093a370dabe995e0ad.tar.gz | |
Small changes.
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; |
