Commit ad2f818d authored by tufengqi's avatar tufengqi

fix console

parent edb5b3b3
...@@ -12,7 +12,6 @@ if (defined('IS_FORCE_ONLINE') && true === IS_FORCE_ONLINE) { ...@@ -12,7 +12,6 @@ if (defined('IS_FORCE_ONLINE') && true === IS_FORCE_ONLINE) {
} else { } else {
$is_real_outer_access = InitAppHelper::isRealOuterAccess(); $is_real_outer_access = InitAppHelper::isRealOuterAccess();
} }
$is_real_outer_access = ConsoleInitAppHelper::isRealOuterAccess();
$cookie_flag = false; $cookie_flag = false;
if ($is_real_outer_access || (!$is_real_outer_access && 'ga' === $cookie_version)) { if ($is_real_outer_access || (!$is_real_outer_access && 'ga' === $cookie_version)) {
// 外部用户或者内部设置cookie为ga,只允许访问文件定义的ga版本 // 外部用户或者内部设置cookie为ga,只允许访问文件定义的ga版本
......
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