From 3a6c37d98ecd3facd52ea13da1a81add192f9d26 Mon Sep 17 00:00:00 2001 From: wildgirl Date: Sun, 31 May 2009 17:32:57 +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 8a47f839ce5c7..8393a3298060a 100644 --- a/config-dist.php +++ b/config-dist.php @@ -76,7 +76,7 @@ // 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