From: moodler Date: Sun, 16 Apr 2006 16:09:12 +0000 (+0000) Subject: No agreement to license sends you to docs.moodle.org X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9bb4d21fa5cc515a242a15d0bf52d900e9cdaf31;p=moodle.git No agreement to license sends you to docs.moodle.org --- diff --git a/admin/index.php b/admin/index.php index a1afb92b27..6c896455a9 100644 --- a/admin/index.php +++ b/admin/index.php @@ -104,7 +104,7 @@ print_simple_box_end(); echo "
"; notice_yesno(get_string("doyouagree"), "index.php?agreelicence=true", - "http://moodle.org/doc/?frame=licence.html"); + "http://docs.moodle.org/en/License"); exit; }