Revision 2015
Added by darkviper almost 11 years ago
upgrade-script.php | ||
---|---|---|
72 | 72 |
if (is_readable($config_file) && !defined('WB_URL')) { |
73 | 73 |
require_once($config_file); |
74 | 74 |
} |
75 |
UpgradeHelper::checkSetupFiles($config_file);
|
|
75 |
UpgradeHelper::checkSetupFiles(dirname(__FILE__).'/');
|
|
76 | 76 |
|
77 | 77 |
if (!class_exists('admin', false)) { |
78 | 78 |
include(WB_PATH.'/framework/class.admin.php'); |
Also available in: Unified diff
! update initialize.php for secure use of setup.ini.php