From afb5fc1e2b8f60870e0e26de049f8b4aac242a4c Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 29 Sep 2023 14:17:01 +0200 Subject: [PATCH] s --- last_stats.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/last_stats.php b/last_stats.php index c9bbc06..ee83a48 100644 --- a/last_stats.php +++ b/last_stats.php @@ -28,19 +28,19 @@ error_reporting(E_ALL); $players_matches = json_decode(file_get_contents('./data/player_last_stats.json'), true); - echo ""; - echo " - - - - - - - - "; + echo 2222222; foreach ($players_matches as $player_datas) { - + echo "
PlayernameDeathsKillsHuman KillsMatchesK/D (Human)K/D (All)
"; + echo " + + + + + + + + "; foreach ($player_datas as $player_data) { if (!isset($player_data['playername']) || is_null($player_data['playername'])) { continue; // Skip this iteration and move to the next
PlayernameDeathsKillsHuman KillsMatchesK/D (Human)K/D (All)