Commit bc216bab authored by shajiaiming's avatar shajiaiming

重置外层配置路径

parent 4ac1d738
......@@ -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