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) {