This commit is contained in:
aozhiwei 2024-09-27 15:54:48 +08:00
parent 4653cdd05c
commit 3332faa6b0
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit cdb9b1af750831d5d278f8069d57abf3d19e1c07
Subproject commit 5979f4656e7d27d8934db06039e9306ff6307a0c

View File

@ -130,7 +130,8 @@ class BaseAuthedController extends BaseController {
}
}
if (!(myself()->_getChannel() == IMTBL_CHANNEL ||
myself()->_getChannel() == GUEST_CHANNEL)) {
myself()->_getChannel() == GUEST_CHANNEL ||
myself()->_getChannel() == POLY_CHANNEL)) {
phpcommon\sendError(1001, 'session expiration');
die();
}