From: moodler Date: Tue, 10 Dec 2002 17:26:30 +0000 (+0000) Subject: Another hint for the Windows users X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bb5580932086b7b9d2292b3a2a29a280887ad877;p=moodle.git Another hint for the Windows users --- diff --git a/config-dist.php b/config-dist.php index 6f069e8d37..09a46019de 100644 --- a/config-dist.php +++ b/config-dist.php @@ -62,6 +62,7 @@ $CFG->dirroot = "/web/moodle"; // Now you need a place where Moodle can save uploaded files. This // directory should be writeable by the web server user (usually 'nobody' // or 'apache'), but it should not be accessible directly via the web. +// On Windows systems you might specify something like "C:\moodledata" $CFG->dataroot = "/home/moodledata";