From 02a3a814b0206a4f1b650a482ed4e7f8b3563d5b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 16:31:10 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index e515ca5d..75899c82 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -88,8 +88,8 @@ class BaseAuthedController extends BaseController { // } // } if (SERVER_ENV == _ONLINE) { - //phpcommon\sendError(1001, 'session expiration'); - //die(); + phpcommon\sendError(1001, 'session expiration'); + die(); } $this->accountId = getReqVal('account_id', ''); $this->sessionId = getReqVal('session_id', '');