Browse Source

miner.php allow 'coin' is custom pages

nfactor-troky
Kano 12 years ago
parent
commit
9cd7d6ba22
  1. 5
      miner.php

5
miner.php

@ -762,6 +762,7 @@ function fmt($section, $name, $value, $when, $alldata) @@ -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( @@ -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) @@ -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;

Loading…
Cancel
Save