From bb5580932086b7b9d2292b3a2a29a280887ad877 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 10 Dec 2002 17:26:30 +0000 Subject: [PATCH] Another hint for the Windows users --- config-dist.php | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.39.5