From 56e2c55f0853a6e0fc4558b8b9798fa72a5b2511 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 27 Nov 2023 22:00:30 +0100 Subject: [PATCH] s --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ee3ef31..7134b6b 100644 --- a/index.php +++ b/index.php @@ -93,7 +93,7 @@ $lastMatches = array_slice($allMatches, 0, 8); //CLANINFO $clanInfoPath = './data/claninfo.json'; $clanmembersfile = './config/clanmembers.json'; - $rankedfile = './config/player_season_data.json'; + $rankedfile = './data/player_season_data.json'; $clanmembers = json_decode(file_get_contents($clanmembersfile), true); $playerRanks = json_decode(file_get_contents($rankedfile), true); if (file_exists($clanInfoPath)) {