Commit df85f958 authored by tufengqi's avatar tufengqi

Merge branch 'fix/parameter' into 'master'

重置外层配置路径 See merge request !1
parents 4ac1d738 bc216bab
......@@ -70,6 +70,8 @@ if (true === $location_default_version) {
throw new Exception('服务器代码定位错误');
}
}
// 重载外层配置路径
require $app_package_path . 'LoadConfig.php';
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
$GLOBALS['GLOBAL_VERSION_VALUE'] = $version_val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment