From 020c332a34b4a6d713c6de175ba0a3b4452eb0eb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 23 Aug 2024 22:57:22 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index ac58dbd7..a21cba5f 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -96,11 +96,12 @@ class BaseAuthedController extends BaseController { // } $this->accountId = getReqVal('account_id', ''); $this->sessionId = getReqVal('session_id', ''); + /* if ($this->_getAccountId() == '1_2006_google-oauth2|102579762412391374191') { phpcommon\sendError(1001, 'session expiration'); die(); return; - } + }*/ if (SERVER_ENV == _ONLINE) { $sessionTime = $this->_getSessionTime(); if ($sessionTime < 1724049880) {