miner.php remove incorrect echo
diff --git a/miner.php b/miner.php
index 5c6198c..e64f0e2 100644
--- a/miner.php
+++ b/miner.php
@@ -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;