From 9dfe10fd01b8fd9074fb86c10b654d360f018925 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 24 Nov 2016 12:58:28 +0100 Subject: [PATCH] Changed a comment --- header.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/header.php b/header.php index a213bc41..5b2a6201 100644 --- a/header.php +++ b/header.php @@ -29,8 +29,7 @@ $celsius = str_replace(array("\r\n","\r","\n"),"", $output); $fahrenheit = round(str_replace(["\r\n","\r","\n"],"", $output*9./5)+32); - // Reparse setupVars.conf here, as we might have changes the temperature units - // above + // Reparse setupVars.conf here, as we might have switched temperature units above $setupVars = parse_ini_file("/etc/pihole/setupVars.conf"); if(isset($setupVars['TEMPERATUREUNIT'])) {