Remove more GPU, fixup temperature
diff --git a/miner.php b/miner.php
index b81f0e6..0a3ffd3 100644
--- a/miner.php
+++ b/miner.php
@@ -1315,12 +1315,9 @@ function fmt($section, $name, $value, $when, $alldata, $cf = NULL)
if ($section == 'total')
break;
$ret = $value.'°C';
- if (!isset($alldata['GPU']))
- {
- if ($value == 0)
- $ret = ' ';
- break;
- }
+ if ($value == 0)
+ $ret = ' ';
+ break;
case 'Fan Percent':
if ($section == 'total')
break;