From e57d9d69f747e23b18d05f7dd3fa99c87545b525 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Mon, 28 Aug 2006 09:00:38 +0000 Subject: [PATCH] Small correction in the documentation for the $CFG global --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5