From 1d16c5717be89ea50520f63b4f5c30e4c98dda56 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 2 Jul 2002 04:19:54 +0000 Subject: [PATCH] Slight changes to documentation --- config-dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.39.5