From 955ee6d0f8e8b1d1de878d5727e817b7eb0ff919 Mon Sep 17 00:00:00 2001 From: Lanta Date: Mon, 27 Nov 2023 22:17:39 +0100 Subject: [PATCH] s --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 2eb1a33..aa1b65c 100644 --- a/index.php +++ b/index.php @@ -108,7 +108,7 @@ $lastMatches = array_slice($allMatches, 0, 8); print_r($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']['tier']); if ($rank['name'] == $value) { - print_r($rank); + //print_r($rank); if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) { echo "name" . htmlspecialchars($value) . "" . htmlspecialchars($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']) . "" . htmlspecialchars($rank['stats']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentRankPoint']) . ""; } else {