file
This commit is contained in:
parent
659d0bbcb5
commit
de4f96693c
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
||||||
echo $file . "\n";
|
echo $file . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach($file as $files){
|
foreach($files as $file){
|
||||||
$jsonData_individual_player = json_decode(file_get_contents($file), true);
|
$jsonData_individual_player = json_decode(file_get_contents($file), true);
|
||||||
echo $jsonData_individual_player['stats']['humankills'];
|
echo $jsonData_individual_player['stats']['humankills'];
|
||||||
echo $jsonData_individual_player['stats']['kills'];
|
echo $jsonData_individual_player['stats']['kills'];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue