1
This commit is contained in:
parent
9fff301380
commit
164c88857e
2
third_party/phpcommon/functions.php
vendored
2
third_party/phpcommon/functions.php
vendored
@ -320,7 +320,7 @@ function isValidSessionId($account_id, $session_id)
|
|||||||
}
|
}
|
||||||
if (SERVER_ENV == _ONLINE) {
|
if (SERVER_ENV == _ONLINE) {
|
||||||
$channel = extractChannel($account_id);
|
$channel = extractChannel($account_id);
|
||||||
if ($channel == 6000) {
|
if ($channel == 6000 && !defined('ENABLE_6000_CHANNEL')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user