summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
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 {