Commit bc0480c4470ebade7899eb16605c830f8012733d

Authored by conradverm
1 parent 5f533499

reverting. patch broke elsewhere.

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6152 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 1 deletions
config/dmsDefaults.php
... ... @@ -49,7 +49,6 @@ if (!defined('KT_DIR')) {
49 49 $rootLoc = realpath(dirname(__FILE__) . '/..');
50 50 if (OS_WINDOWS) {
51 51 $rootLoc = str_replace('\\','/',$rootLoc);
52   - $rootLoc = strtolower($rootLoc);
53 52 }
54 53 define('KT_DIR', $rootLoc);
55 54 }
... ...