small fix: MDL-19268 thanks to Emanuel Delgado
authorwildgirl <wildgirl>
Sun, 31 May 2009 17:33:45 +0000 (17:33 +0000)
committerwildgirl <wildgirl>
Sun, 31 May 2009 17:33:45 +0000 (17:33 +0000)
config-dist.php

index 8e66e42b3d6152db9a752d81ee07cec130afe3a1..2958a13e1de68368774a5e573d0a487639921312 100644 (file)
@@ -80,7 +80,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:\program files\easyphp\www\moodle';    // Windows
+//    $CFG->dirroot = 'C:\program files\easyphp\www\moodle';    // Windows
 //    $CFG->dirroot = '/var/www/html/moodle';     // Redhat Linux
 //    $CFG->dirroot = '/home/example/public_html/moodle'; // Cpanel host