Fixing a silly cosmetic thing under Windows...

This commit is contained in:
defacer 2007-02-23 02:35:22 +00:00
parent 5782d81809
commit 9b70d31437

View file

@ -66,7 +66,7 @@ if ( empty($INSTALL['language']) and empty($_POST['language']) ) {
/// To be used by the Installer
$INSTALL['wwwroot'] = '';
$INSTALL['dirroot'] = dirname(__FILE__);
$INSTALL['dataroot'] = dirname(dirname(__FILE__)) . '/moodledata';
$INSTALL['dataroot'] = dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'moodledata';
/// To be configured in the Installer
$INSTALL['wwwrootform'] = '';