From 3bb704a521afdd999a7b48b8cff71adfc05c565d Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 11 Mar 2014 23:58:51 +0100 Subject: Forward arguments for the httperror site --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/index.php') 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 { -- cgit v1.2.3