1
This commit is contained in:
parent
d9becafaaa
commit
a34da39f73
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user