1
This commit is contained in:
commit
1b8dc147ee
@ -88,10 +88,13 @@ class BaseAuthedController extends BaseController {
|
||||
// }
|
||||
// }
|
||||
if (SERVER_ENV == _ONLINE) {
|
||||
if (getReqVal('account_id', '') == '1_2006_email|6685c71f91fef8a46636a3cf') {
|
||||
} else {
|
||||
phpcommon\sendError(1001, 'session expiration');
|
||||
die();
|
||||
return;
|
||||
}
|
||||
}
|
||||
$this->accountId = getReqVal('account_id', '');
|
||||
$this->sessionId = getReqVal('session_id', '');
|
||||
if (SERVER_ENV != _DEBUG) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user