Commit 64bf8ec3680711cbfa50fef543f2c6b70a0bd259

imsaguy 2014-05-04T04:18:00

Remove more GPU, fixup temperature

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;