From 0808127ee076fa4911c3835b84fd5fae2b8c1fa6 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 3 Oct 2023 14:41:23 +0200 Subject: [PATCH] nocolor --- last_stats.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/last_stats.php b/last_stats.php index f127db8..61d5457 100644 --- a/last_stats.php +++ b/last_stats.php @@ -82,14 +82,11 @@ error_reporting(E_ALL); $change = number_format($player_data['change'], 2, ',', ''); if ($change < 0) { - $fontColor = "red"; $imagePath = 'images\red.png'; } elseif ($change > 0) { - $fontColor = "green"; $imagePath = 'images\green.png'; } else { - $fontColor = 'black'; - $imagePath = "images\equal.png"; + $imagePath = 'images\equal.png'; } @@ -104,7 +101,7 @@ error_reporting(E_ALL); $matches $wins $deaths - $changeChange Indicator + $changeChange Indicator "; }