From: defacer Date: Fri, 23 Feb 2007 02:35:22 +0000 (+0000) Subject: Fixing a silly cosmetic thing under Windows... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9b70d314370a44aaa2c4459c23d7a36fda2708fa;p=moodle.git Fixing a silly cosmetic thing under Windows... --- diff --git a/install.php b/install.php index 7b73167793..0c8eebbd66 100644 --- a/install.php +++ b/install.php @@ -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'] = '';