1
This commit is contained in:
parent
4653cdd05c
commit
3332faa6b0
2
third_party/phpcommon
vendored
2
third_party/phpcommon
vendored
@ -1 +1 @@
|
|||||||
Subproject commit cdb9b1af750831d5d278f8069d57abf3d19e1c07
|
Subproject commit 5979f4656e7d27d8934db06039e9306ff6307a0c
|
@ -130,7 +130,8 @@ class BaseAuthedController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!(myself()->_getChannel() == IMTBL_CHANNEL ||
|
if (!(myself()->_getChannel() == IMTBL_CHANNEL ||
|
||||||
myself()->_getChannel() == GUEST_CHANNEL)) {
|
myself()->_getChannel() == GUEST_CHANNEL ||
|
||||||
|
myself()->_getChannel() == POLY_CHANNEL)) {
|
||||||
phpcommon\sendError(1001, 'session expiration');
|
phpcommon\sendError(1001, 'session expiration');
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user