summaryrefslogtreecommitdiff
path: root/www/functions/func_rewrite.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_rewrite.php')
-rw-r--r--www/functions/func_rewrite.php2
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"];