From d5d8a10be393b5e602f3ed815a17653a49ed97a2 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 29 Sep 2023 13:47:14 +0200 Subject: [PATCH] d --- last_stats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/last_stats.php b/last_stats.php index c3f3452..d901c87 100644 --- a/last_stats.php +++ b/last_stats.php @@ -40,8 +40,8 @@ error_reporting(E_ALL); "; foreach ($players_matches as $player_datas) { - - + $keys = array_keys($player_datas); + print($keys); 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