$CFG->prefix = 'mdl_'; // Prefix to use for all table names
$CFG->dbpersist = false; // Should database connections be reused?
- // "false" is the most stable setting
- // "true" can improve performance sometimes
+ // "false" is the most stable setting
+ // "true" can improve performance sometimes
//=========================================================================
// Next, specify the full OS directory path to this same location
// Make sure the upper/lower case is correct. Some examples:
//
-// $CFG->dirroot = 'c:\FoxServ\www\moodle'; // Windows
+// $CFG->dirroot = 'c:\program files\easyphp\www\moodle'; // Windows
// $CFG->dirroot = '/var/www/html/moodle'; // Redhat Linux
// $CFG->dirroot = '/home/example/www/moodle'; // Cpanel host