1
This commit is contained in:
commit
57724a4c4b
@ -96,11 +96,12 @@ class BaseAuthedController extends BaseController {
|
|||||||
// }
|
// }
|
||||||
$this->accountId = getReqVal('account_id', '');
|
$this->accountId = getReqVal('account_id', '');
|
||||||
$this->sessionId = getReqVal('session_id', '');
|
$this->sessionId = getReqVal('session_id', '');
|
||||||
|
/*
|
||||||
if ($this->_getAccountId() == '1_2006_google-oauth2|102579762412391374191') {
|
if ($this->_getAccountId() == '1_2006_google-oauth2|102579762412391374191') {
|
||||||
phpcommon\sendError(1001, 'session expiration');
|
phpcommon\sendError(1001, 'session expiration');
|
||||||
die();
|
die();
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
if (SERVER_ENV == _ONLINE) {
|
if (SERVER_ENV == _ONLINE) {
|
||||||
$sessionTime = $this->_getSessionTime();
|
$sessionTime = $this->_getSessionTime();
|
||||||
if ($sessionTime < 1724049880) {
|
if ($sessionTime < 1724049880) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user