From 6f6b8f3f0fa3f10a3cb3c7ab1567d87dd0f8ce8b Mon Sep 17 00:00:00 2001 From: wildgirl Date: Sun, 31 May 2009 17:33:45 +0000 Subject: [PATCH] small fix: MDL-19268 thanks to Emanuel Delgado --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 8e66e42b3d..2958a13e1d 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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 -- 2.39.5