From a34da39f73061f9e4a6f58bb9fedaec232af1640 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 24 Nov 2022 19:55:39 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index 8f373f4e..7becadd7 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -72,14 +72,14 @@ class BaseAuthedController extends BaseController { die(); } } - if (SERVER_ENV == _ONLINE) { + /*if (SERVER_ENV == _ONLINE) { if (phpcommon\cmpVersion(getReqVal('_version', ''), '0.2.0') > 0) { if (!$this->isWhiteList() || myself()->_getChannel() != BC_CHANNEL) { phpcommon\sendError(1002, ''); die(); } } - } + }*/ } protected function updateSession($accountId, $sessionId)