Project

General

Profile

« Previous | Next » 

Revision 2015

Added by darkviper almost 11 years ago

  1. some fixes in upgrade-script and UpgradeHelper.
    ! update initialize.php for secure use of setup.ini.php

View differences:

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