1
This commit is contained in:
parent
fb3873c960
commit
203b393c89
@ -88,8 +88,9 @@ class BaseAuthedController extends BaseController {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
if (SERVER_ENV == _ONLINE) {
|
if (SERVER_ENV == _ONLINE) {
|
||||||
//phpcommon\sendError(1001, 'session expiration');
|
phpcommon\sendError(1001, 'session expiration');
|
||||||
//die();
|
die();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
$this->accountId = getReqVal('account_id', '');
|
$this->accountId = getReqVal('account_id', '');
|
||||||
$this->sessionId = getReqVal('session_id', '');
|
$this->sessionId = getReqVal('session_id', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user