diff options
| author | root | 2014-03-12 03:19:52 +0100 |
|---|---|---|
| committer | root | 2014-03-12 03:19:52 +0100 |
| commit | 9c3bb2457b1d05cb0c044260cfaaaad2a9935b96 (patch) | |
| tree | 5e9e7a72443d858751f005dcab29424975ab474f /www/functions/func_rewrite.php | |
| parent | 0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (diff) | |
| download | files.iamfabulous.de-9c3bb2457b1d05cb0c044260cfaaaad2a9935b96.tar.gz | |
Fixed the path for the css file
Diffstat (limited to 'www/functions/func_rewrite.php')
| -rw-r--r-- | www/functions/func_rewrite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_rewrite.php b/www/functions/func_rewrite.php index 5ca2171..ecc6db8 100644 --- a/www/functions/func_rewrite.php +++ b/www/functions/func_rewrite.php @@ -14,7 +14,7 @@ function rewrite($db){ if($_SESSION["login"]){ header("Refresh: 0; /" . $_SESSION[username] . "/" . $_GET["name"] . "/" . $_GET["folder"] . ""); - exit; + return false; } else { $wrong_folder = $_GET["name"]; |
