diff --git a/admin/index.php b/admin/index.php index 2378563d591bb..0874183409003 100644 --- a/admin/index.php +++ b/admin/index.php @@ -143,7 +143,7 @@ print_box(text_to_html(get_string('gpl')), 'copyrightnotice'); echo "
"; notice_yesno(get_string('doyouagree'), "index.php?agreelicense=1", - "http://docs.moodle.org/19/en/License"); + "http://docs.moodle.org/dev/License"); print_footer('none'); exit; } @@ -689,8 +689,8 @@ $copyrighttext = 'Moodle '. ''.$CFG->release.'
'. 'Copyright © 1999 onwards, Martin Dougiamas
'. - 'and many other contributors.
'. - 'GNU Public License'; + 'and many other contributors.
'. + 'GNU Public License'; print_box($copyrighttext, 'copyright'); //////////////////////////////////////////////////////////////////////////////////////////////////