From 195ba3a22d0671252be760499db645e26be0bcf3 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 16 Nov 2023 13:49:37 +0100 Subject: [PATCH] debug --- clan_stats.php | 1 + 1 file changed, 1 insertion(+) diff --git a/clan_stats.php b/clan_stats.php index 4d2e2e8..e473692 100644 --- a/clan_stats.php +++ b/clan_stats.php @@ -17,6 +17,7 @@ $clanInfoPath = './data/claninfo.json'; $clanmembersfile = './config/clanmembers.json'; $clanmembers = json_decode(file_get_contents($clanmembersfile), true); + print_r($clanmembers); if (file_exists($clanInfoPath)) { $clan = json_decode(file_get_contents($clanInfoPath), true); if (isset($clan) && !empty($clan)) {