1
This commit is contained in:
parent
f07da5e70a
commit
2ddb3a8a8e
@ -32,6 +32,9 @@ class RestApiController extends BaseController {
|
|||||||
$idx = strpos($requestUri, '/api/client');
|
$idx = strpos($requestUri, '/api/client');
|
||||||
if (!($idx === false)) {
|
if (!($idx === false)) {
|
||||||
$url = 'https://test.cebg.games/client/web-mobile/';
|
$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");
|
Header("Location:$url");
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user