Browse Source

miner.php remove incorrect echo

nfactor-troky
Kano 11 years ago
parent
commit
70c0c335ed
  1. 2
      miner.php

2
miner.php

@ -1174,7 +1174,7 @@ function showdatetime() @@ -1174,7 +1174,7 @@ function showdatetime()
{
global $dfmt;
echo otherrow('<td class=sta>Date: '.date($dfmt).'</td>');
otherrow('<td class=sta>Date: '.date($dfmt).'</td>');
}
#
global $singlerigsum;

Loading…
Cancel
Save