From 87ac94aec9bd90382a4b05fcdf20af06d54cd6fe Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 24 Dec 2016 14:55:38 +0100 Subject: [PATCH] =?UTF-8?q?Change=20temperature=20value=20when=20switching?= =?UTF-8?q?=20from=20gren=20to=20red=20from=2045=20to=2060=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index 1526ce24..14112020 100644 --- a/header.php +++ b/header.php @@ -257,7 +257,7 @@ // CPU Temp if ($celsius >= -273.15) { echo " 45) { + if ($celsius > 60) { echo "#FF0000"; } else