From 57e1c11215d60fee814fa6da6741e2a2d26fe093 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 28 Nov 2023 15:25:57 +0100 Subject: [PATCH] webp --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index bc65663..094d960 100644 --- a/index.php +++ b/index.php @@ -112,7 +112,7 @@ $lastMatches = array_slice($allMatches, 0, 8); $rankPoint = htmlspecialchars($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentRankPoint']); echo "name" . htmlspecialchars($playername) . "" . $rankPoint . ""; } else { - echo "name" . htmlspecialchars($playername) . ""; + echo "name" . htmlspecialchars($playername) . ""; }