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