Commit 88776e27137e21d19b815ba346aec3fef35d2ffc

Authored by Kevin Fourie
1 parent a5faf0b8

KTS-3048

"External Dependencies missing after upgrade"
In Progess. Updated the upgrade config functions.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8092 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
config/dmsDefaults.php
@@ -80,7 +80,7 @@ if (!defined('KT_LIB_DIR')) { @@ -80,7 +80,7 @@ if (!defined('KT_LIB_DIR')) {
80 if (!defined('KT_INSTALL_DIR')) { 80 if (!defined('KT_INSTALL_DIR')) {
81 $installLoc = realpath(dirname(__FILE__) . '/../..'); 81 $installLoc = realpath(dirname(__FILE__) . '/../..');
82 if (substr(PHP_OS, 0, 3) == 'WIN') { 82 if (substr(PHP_OS, 0, 3) == 'WIN') {
83 - $installLoc = str_replace('\\','/',$rootLoc); 83 + $installLoc = str_replace('\\','/',$installLoc);
84 } 84 }
85 define('KT_INSTALL_DIR', $installLoc); 85 define('KT_INSTALL_DIR', $installLoc);
86 } 86 }