Commit e90fea92 authored by tufengqi's avatar tufengqi

fix conolse init help

parent ad2f818d
......@@ -10,7 +10,7 @@ $version_val = $version_val_no_prefix = '';
if (defined('IS_FORCE_ONLINE') && true === IS_FORCE_ONLINE) {
$is_real_outer_access = true;
} else {
$is_real_outer_access = InitAppHelper::isRealOuterAccess();
$is_real_outer_access = ConsoleInitAppHelper::isRealOuterAccess();
}
$cookie_flag = false;
if ($is_real_outer_access || (!$is_real_outer_access && 'ga' === $cookie_version)) {
......
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