Navigation Menu

Skip to content

Commit

Permalink
Fixing a silly cosmetic thing under Windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
defacer committed Feb 23, 2007
1 parent 5782d81 commit 9b70d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Expand Up @@ -66,7 +66,7 @@
/// 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'] = '';
Expand Down

0 comments on commit 9b70d31

Please sign in to comment.