]> git.mjollnir.org Git - moodle.git/commitdiff
Slight changes to documentation
authormartin <martin>
Tue, 2 Jul 2002 04:19:54 +0000 (04:19 +0000)
committermartin <martin>
Tue, 2 Jul 2002 04:19:54 +0000 (04:19 +0000)
config-dist.php

index 035806c360678ab5fdd2abdcceba2db401f06bae..0ab586b10c82d8817182356af655aafa51370849 100644 (file)
@@ -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";