|
|
@ -3512,11 +3512,11 @@ class ExportController extends Controller
|
|
|
|
|
|
|
|
|
|
|
|
$start_time = $start = strtotime($start);
|
|
|
|
$start_time = $start = strtotime($start);
|
|
|
|
$end_time = $end = strtotime($end) + 86400;
|
|
|
|
$end_time = $end = strtotime($end) + 86400;
|
|
|
|
if (is_file(RUNTIME_PATH.'/access_data_ltv.txt')) {
|
|
|
|
// if (is_file(RUNTIME_PATH.'/access_data_ltv.txt')) {
|
|
|
|
$filetxt = file_get_contents(RUNTIME_PATH.'/access_data_ltv.txt');
|
|
|
|
// $filetxt = file_get_contents(RUNTIME_PATH.'/access_data_ltv.txt');
|
|
|
|
|
|
|
|
|
|
|
|
$data = json_decode($filetxt, true);
|
|
|
|
// $data = json_decode($filetxt, true);
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
$map = " 1=1 ";
|
|
|
|
$map = " 1=1 ";
|
|
|
|
$game_map = "";
|
|
|
|
$game_map = "";
|
|
|
|
if (isset($_REQUEST['game_name']) && isset($_REQUEST['server_name'])) {
|
|
|
|
if (isset($_REQUEST['game_name']) && isset($_REQUEST['server_name'])) {
|
|
|
|