diff --git a/error/index.php b/error/index.php index e84a2674ab7..ce75f43622f 100644 --- a/error/index.php +++ b/error/index.php @@ -19,7 +19,7 @@ $requesturi = empty($_SERVER['REQUEST_URI']) ? '' : $_SERVER['REQUEST_URI']; print_header($site->fullname .':Error', $site->fullname .': Error 404', '', 'form.text'); - print_simple_box('

An unusual error occurred (tried to reach a page that doesn\'t exist).
'.s($redirecturl).'

', 'center'); + print_simple_box('

An unusual error occurred (tried to reach a page that doesn\'t exist).
'.s($requesturi).'

', 'center'); ?> @@ -36,4 +36,4 @@ print_footer(); -?> \ No newline at end of file +?>