]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed up some examples
authormoodler <moodler>
Sun, 7 Dec 2003 13:49:51 +0000 (13:49 +0000)
committermoodler <moodler>
Sun, 7 Dec 2003 13:49:51 +0000 (13:49 +0000)
config-dist.php

index 71a3866760c50840102cec12b9d63f426ee761da..ee7b583ee992971031786c7256c1186741f3617b 100644 (file)
@@ -77,10 +77,11 @@ $CFG->wwwroot   = 'http://example.com/moodle';
 // Next, specify the full OS directory path to this same location\r
 // Make sure the upper/lower case is correct.  Some examples:\r
 //\r
-//    $CFG->dirroot = 'C:\FoxServ\www\moodle';    // Windows\r
+//    $CFG->dirroot = 'c:\FoxServ\www\moodle';    // Windows\r
 //    $CFG->dirroot = '/var/www/html/moodle';     // Redhat Linux\r
+//    $CFG->dirroot = '/home/example/www/moodle'; // Cpanel host\r
 \r
-$CFG->dirroot   = '/var/www/html/moodle';\r
+$CFG->dirroot   = '/home/example/www/moodle';\r
 \r
 \r
 //=========================================================================\r
@@ -96,7 +97,7 @@ $CFG->dirroot   = '/var/www/html/moodle';
 //\r
 // - On Windows systems you might specify something like 'C:\moodledata'\r
 \r
-$CFG->dataroot  = '/home/moodledata';\r
+$CFG->dataroot  = '/home/example/moodledata';\r
 \r
 \r
 //=========================================================================\r