From: gustav_delius Date: Mon, 28 Aug 2006 09:00:38 +0000 (+0000) Subject: Small correction in the documentation for the $CFG global X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e57d9d69f747e23b18d05f7dd3fa99c87545b525;p=moodle.git Small correction in the documentation for the $CFG global --- diff --git a/lib/setup.php b/lib/setup.php index 3c6b6602a6..e150e9309b 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -34,7 +34,7 @@ global $USER; * Some typical settings in the $CFG global: * - $CFG->wwwroot - Path to moodle index directory in url format. * - $CFG->dataroot - Path to moodle index directory on server's filesystem. - * - $CFG->libroot - Path to moodle's library folder on server's filesystem. + * - $CFG->libdir - Path to moodle's library folder on server's filesystem. * * @global object(cfg) $CFG */