summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorHorus32014-03-11 23:58:51 +0100
committerHorus32014-03-11 23:58:51 +0100
commit3bb704a521afdd999a7b48b8cff71adfc05c565d (patch)
tree84bbebd3c42b03f9f8a761ac5de05f93afd56a77 /www/index.php
parentca3d504428d053e3c344cafdefc7f7836f39dd1c (diff)
downloadfiles.iamfabulous.de-3bb704a521afdd999a7b48b8cff71adfc05c565d.tar.gz
Forward arguments for the httperror site
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php
index 3cc5377..178e66d 100644
--- a/www/index.php
+++ b/www/index.php
@@ -44,7 +44,7 @@ if(empty($_GET)){
user($db);
break;
default:
- get_404();
+ get_404($_GET["task"], $_GET["task"]);
break;
}
} else {