From 6573940cc30691a18dc7bbde33d88042bd3c0a72 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 1 Nov 2005 06:53:57 +0000 Subject: [PATCH] Merged from stable --- error/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error/index.php b/error/index.php index e84a2674ab76c..ce75f43622fe1 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 +?>