From: gustav_delius Date: Sun, 6 Jun 2004 19:27:56 +0000 (+0000) Subject: Made two small changes to make the config.php issue clearer, see http://moodle.org... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2cba76377f00859475afd683311c62b3feca91e8;p=moodle.git Made two small changes to make the config.php issue clearer, see http://moodle.org/mod/forum/discuss.php?d=8712 --- diff --git a/lang/en/docs/install.html b/lang/en/docs/install.html index a4611c926f..fcda4394a1 100644 --- a/lang/en/docs/install.html +++ b/lang/en/docs/install.html @@ -84,9 +84,24 @@

Here is a quick summary of the contents of the Moodle folder, to help get you oriented:

-

config.php - the ONLY file you need to edit to get started
- version.php - defines the current version of Moodle code
- index.php - the front page of the site

+

+ + + + + + + + +
config-dist.php- + you will later make a copy of this and save it as config.php. + This will be the ONLY file you need to edit to get started. +
version.php- + defines the current version of Moodle code +
index.php- + the front page of the site +
+