mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merged from stable
This commit is contained in:
parent
05288b9cf6
commit
6573940cc3
@ -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');
|
||||
|
||||
?>
|
||||
|
||||
@ -36,4 +36,4 @@
|
||||
|
||||
print_footer();
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user