]> git.mjollnir.org Git - moodle.git/commitdiff
Changed example for dirroot which must not contain capital letters
authorgustav_delius <gustav_delius>
Sun, 23 May 2004 18:55:20 +0000 (18:55 +0000)
committergustav_delius <gustav_delius>
Sun, 23 May 2004 18:55:20 +0000 (18:55 +0000)
config-dist.php

index b27e92a2f3f1a303288e3f57823a139646c8e45d..dc088e6da0a0a55be0102e819fd651c9514ed811 100644 (file)
@@ -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