// Next, specify the full OS directory path to this same location\r
// Make sure the upper/lower case is correct. Some examples:\r
//\r
-// $CFG->dirroot = 'C:\FoxServ\www\moodle'; // Windows\r
+// $CFG->dirroot = 'c:\FoxServ\www\moodle'; // Windows\r
// $CFG->dirroot = '/var/www/html/moodle'; // Redhat Linux\r
+// $CFG->dirroot = '/home/example/www/moodle'; // Cpanel host\r
\r
-$CFG->dirroot = '/var/www/html/moodle';\r
+$CFG->dirroot = '/home/example/www/moodle';\r
\r
\r
//=========================================================================\r
//\r
// - On Windows systems you might specify something like 'C:\moodledata'\r
\r
-$CFG->dataroot = '/home/moodledata';\r
+$CFG->dataroot = '/home/example/moodledata';\r
\r
\r
//=========================================================================\r