Slight changes to documentation

This commit is contained in:
martin 2002-07-02 04:19:54 +00:00
parent 60dae40800
commit 1d16c5717b

View File

@ -47,7 +47,7 @@ $CFG->wwwroot = "http://example.com/moodle";
$CFG->dirroot = "/web/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 // by the web server user (usually 'nobody' or 'apache'), but it should
// not be accessible directly via the web. // not be accessible directly via the web.
@ -60,6 +60,7 @@ $CFG->theme = "standard";
// Choose a sitewide language - this will affect navigation, help etc // 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"; $CFG->lang = "en";