From 9b70d314370a44aaa2c4459c23d7a36fda2708fa Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 23 Feb 2007 02:35:22 +0000 Subject: [PATCH] Fixing a silly cosmetic thing under Windows... --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] = ''; -- 2.39.5