From: gustav_delius Date: Sun, 23 May 2004 18:55:20 +0000 (+0000) Subject: Changed example for dirroot which must not contain capital letters X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7f21ed0a088c3b01d76b3730869166945238369f;p=moodle.git Changed example for dirroot which must not contain capital letters --- 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