diff --git a/admin/index.php b/admin/index.php index 77c04045995..89dc8e43172 100644 --- a/admin/index.php +++ b/admin/index.php @@ -121,7 +121,7 @@ if (!core_tables_exist()) { echo $OUTPUT->box($copyrightnotice, 'copyrightnotice'); echo '
'; $continue = new single_button(new moodle_url('/admin/index.php', array('lang'=>$CFG->lang, 'agreelicense'=>1)), get_string('continue'), 'get'); - echo $OUTPUT->confirm(get_string('doyouagree'), $continue, "http://docs.moodle.org/en/License"); + echo $OUTPUT->confirm(get_string('doyouagree'), $continue, "http://docs.moodle.org/dev/License"); echo $OUTPUT->footer(); die; } @@ -455,8 +455,8 @@ if (!empty($CFG->maintenance_enabled)) { $copyrighttext = 'Moodle '. ''.$CFG->release.'
'. 'Copyright © 1999 onwards, Martin Dougiamas
'. - 'and many other contributors.
'. - 'GNU Public License'; + 'and many other contributors.
'. + 'GNU Public License'; echo $OUTPUT->box($copyrighttext, 'copyright'); //////////////////////////////////////////////////////////////////////////////////////////////////