mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Reread temperature unit from setupVars.conf
This commit is contained in:
@@ -214,6 +214,17 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<?php
|
||||
// CPU temperature unit
|
||||
if(isset($setupVars["TEMPERATUREUNIT"]))
|
||||
{
|
||||
$temperatureunit = $setupVars["TEMPERATUREUNIT"];
|
||||
}
|
||||
else
|
||||
{
|
||||
$temperatureunit = "C";
|
||||
}
|
||||
?>
|
||||
<div class="box box-success">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Web User Interface</h3>
|
||||
|
||||
Reference in New Issue
Block a user