From 2646460c6e10321d4d4f3340e71c1ccbdf512b52 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 7 Dec 2003 13:49:51 +0000 Subject: [PATCH] Fixed up some examples --- config-dist.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config-dist.php b/config-dist.php index 71a3866760..ee7b583ee9 100644 --- a/config-dist.php +++ b/config-dist.php @@ -77,10 +77,11 @@ $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:\FoxServ\www\moodle'; // Windows // $CFG->dirroot = '/var/www/html/moodle'; // Redhat Linux +// $CFG->dirroot = '/home/example/www/moodle'; // Cpanel host -$CFG->dirroot = '/var/www/html/moodle'; +$CFG->dirroot = '/home/example/www/moodle'; //========================================================================= @@ -96,7 +97,7 @@ $CFG->dirroot = '/var/www/html/moodle'; // // - On Windows systems you might specify something like 'C:\moodledata' -$CFG->dataroot = '/home/moodledata'; +$CFG->dataroot = '/home/example/moodledata'; //========================================================================= -- 2.39.5