mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Slight changes to documentation
This commit is contained in:
parent
60dae40800
commit
1d16c5717b
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user