From: martin Date: Tue, 2 Jul 2002 04:19:54 +0000 (+0000) Subject: Slight changes to documentation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1d16c5717be89ea50520f63b4f5c30e4c98dda56;p=moodle.git Slight changes to documentation --- diff --git a/config-dist.php b/config-dist.php index 035806c360..0ab586b10c 100644 --- a/config-dist.php +++ b/config-dist.php @@ -47,7 +47,7 @@ $CFG->wwwroot = "http://example.com/moodle"; $CFG->dirroot = "/web/moodle"; -// And where it can save files. This directory should be writeable +// ...and where it can save files. This directory should be writeable // by the web server user (usually 'nobody' or 'apache'), but it should // not be accessible directly via the web. @@ -60,6 +60,7 @@ $CFG->theme = "standard"; // Choose a sitewide language - this will affect navigation, help etc +// See lib/languages.php for a full list of standard language codes. $CFG->lang = "en";