Skip to content

Commit

Permalink
Merged from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 1, 2005
1 parent 05288b9 commit 6573940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions error/index.php
Expand Up @@ -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('<p align="center">An unusual error occurred (tried to reach a page that doesn\'t exist).<br />'.s($redirecturl).'</p>', 'center');
print_simple_box('<p align="center">An unusual error occurred (tried to reach a page that doesn\'t exist).<br />'.s($requesturi).'</p>', 'center');

?>

Expand All @@ -36,4 +36,4 @@

print_footer();

?>
?>

0 comments on commit 6573940

Please sign in to comment.