miner.php allow 'coin' is custom pages
diff --git a/miner.php b/miner.php
index 52d2d14..198f0cf 100644
--- a/miner.php
+++ b/miner.php
@@ -762,6 +762,7 @@ function fmt($section, $name, $value, $when, $alldata)
$class = $warnclass;
break;
case 'STATUS.When':
+ case 'COIN.Current Block Time':
$ret = date($dfmt, $value);
break;
case 'BUTTON.Rig':
@@ -1457,7 +1458,8 @@ $sectionmap = array(
'NOTIFY' => 'notify',
'DEVDETAILS' => 'devdetails',
'STATS' => 'stats',
- 'CONFIG' => 'config');
+ 'CONFIG' => 'config',
+ 'COIN' => 'coin');
#
function joinfields($section1, $section2, $join, $results)
{
@@ -1592,6 +1594,7 @@ function joinsections($sections, $results, $errors)
case 'POOL':
case 'DEVS':
case 'CONFIG':
+ case 'COIN':
$sectionmap[$section] = $section;
$results[$section] = joinall($both[0], $both[1], $results);
break;