diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 7e57993..b0a979e 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -80,7 +80,7 @@ if (!defined('KT_LIB_DIR')) { if (!defined('KT_INSTALL_DIR')) { $installLoc = realpath(dirname(__FILE__) . '/../..'); if (substr(PHP_OS, 0, 3) == 'WIN') { - $installLoc = str_replace('\\','/',$rootLoc); + $installLoc = str_replace('\\','/',$installLoc); } define('KT_INSTALL_DIR', $installLoc); }