1
This commit is contained in:
parent
f07da5e70a
commit
2ddb3a8a8e
@ -32,6 +32,9 @@ class RestApiController extends BaseController {
|
||||
$idx = strpos($requestUri, '/api/client');
|
||||
if (!($idx === false)) {
|
||||
$url = 'https://test.cebg.games/client/web-mobile/';
|
||||
header("Cache-control:no-cache,no-store,must-revalidate");
|
||||
header("Pragma:no-cache");
|
||||
header("Expires:0");
|
||||
Header("Location:$url");
|
||||
}
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user