1
This commit is contained in:
parent
084c56a50f
commit
9671a61005
@ -96,6 +96,11 @@ class BaseAuthedController extends BaseController {
|
|||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!(myself()->_getChannel() == IMTBL_CHANNEL ||
|
||||||
|
myself()->_getChannel() == GUEST_CHANNEL)) {
|
||||||
|
phpcommon\sendError(1001, 'session expiration');
|
||||||
|
die();
|
||||||
|
}
|
||||||
$r = $this->_getRedis($this->_getAccountId());
|
$r = $this->_getRedis($this->_getAccountId());
|
||||||
if (!(getReqVal('c', '') == 'User' && getReqVal('a', '') == 'login')) {
|
if (!(getReqVal('c', '') == 'User' && getReqVal('a', '') == 'login')) {
|
||||||
if ((getReqVal('c', '') == 'Battle')) {
|
if ((getReqVal('c', '') == 'Battle')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user