From 9fdab2fe73b74b616b2e84ebbfb8e5b55af92fa2 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Tue, 2 Aug 2011 13:51:15 +0800 Subject: [PATCH] MDL-28565 General - updated License and Credits links to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits --- admin/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'); ////////////////////////////////////////////////////////////////////////////////////////////////// -- 2.43.0