summaryrefslogtreecommitdiff
path: root/www/functions/func_rewrite.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_rewrite.php')
-rwxr-xr-xwww/functions/func_rewrite.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/functions/func_rewrite.php b/www/functions/func_rewrite.php
index 5e4284d..1d30982 100755
--- a/www/functions/func_rewrite.php
+++ b/www/functions/func_rewrite.php
@@ -20,10 +20,8 @@ function rewrite($db){
get_404($working_path, $wrong_folder);
return false;
}
- return false;
} else {
return true;
}
-
}