diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 7723454..be2063c 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -49,6 +49,7 @@ if (!defined('KT_DIR')) { $rootLoc = realpath(dirname(__FILE__) . '/..'); if (OS_WINDOWS) { $rootLoc = str_replace('\\','/',$rootLoc); + $rootLoc = strtolower($rootLoc); } define('KT_DIR', $rootLoc); }