From 2cba76377f00859475afd683311c62b3feca91e8 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 6 Jun 2004 19:27:56 +0000 Subject: [PATCH] Made two small changes to make the config.php issue clearer, see http://moodle.org/mod/forum/discuss.php?d=8712 --- lang/en/docs/install.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) 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 +
+