This commit is contained in:
aozhiwei 2020-11-12 10:43:34 +08:00
parent 2c0f9ff333
commit 511c184373

View File

@ -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;
}
}