1
This commit is contained in:
parent
af739cbe44
commit
6e94e5248b
@ -63,6 +63,10 @@ class BaseAuthedController extends BaseController {
|
||||
phpcommon\sendError(1003, 'session expiration');
|
||||
die();
|
||||
}*/
|
||||
if (phpcommon\cmpVersion(getReqVal('_version', ''), '0.2.0') > 0) {
|
||||
phpcommon\sendError(1002, '');
|
||||
die();
|
||||
}
|
||||
}
|
||||
|
||||
protected function updateSession($accountId, $sessionId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user