From 511c1843735549dec99ecbb0d4edfa7196f03ff7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 12 Nov 2020 10:43:34 +0800 Subject: [PATCH] 1 --- webapp/phpcommon/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/phpcommon/functions.php b/webapp/phpcommon/functions.php index 6b256fb..f1bf3c7 100644 --- a/webapp/phpcommon/functions.php +++ b/webapp/phpcommon/functions.php @@ -320,7 +320,7 @@ function isValidSessionId($account_id, $session_id) } if (SERVER_ENV == _ONLINE) { $channel = extractChannel($account_id); - if ($channel == 6000) { + if ($channel == 6000 && !defined('ENABLE_6000_CHANNEL')) { return false; } }