From 7f21ed0a088c3b01d76b3730869166945238369f Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 23 May 2004 18:55:20 +0000 Subject: [PATCH] Changed example for dirroot which must not contain capital letters --- config-dist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-dist.php b/config-dist.php index b27e92a2f3..dc088e6da0 100644 --- a/config-dist.php +++ b/config-dist.php @@ -55,8 +55,8 @@ $CFG->dbpass = 'password'; // your database password $CFG->prefix = 'mdl_'; // Prefix to use for all table names $CFG->dbpersist = false; // Should database connections be reused? - // "false" is the most stable setting - // "true" can improve performance sometimes + // "false" is the most stable setting + // "true" can improve performance sometimes //========================================================================= @@ -76,7 +76,7 @@ $CFG->wwwroot = 'http://example.com/moodle'; // Next, specify the full OS directory path to this same location // Make sure the upper/lower case is correct. Some examples: // -// $CFG->dirroot = 'c:\FoxServ\www\moodle'; // Windows +// $CFG->dirroot = 'c:\program files\easyphp\www\moodle'; // Windows // $CFG->dirroot = '/var/www/html/moodle'; // Redhat Linux // $CFG->dirroot = '/home/example/www/moodle'; // Cpanel host -- 2.39.5