mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixing a silly cosmetic thing under Windows...
This commit is contained in:
parent
5782d81809
commit
9b70d31437
1 changed files with 1 additions and 1 deletions
|
@ -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'] = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue