Browse Source

miner.php remove incorrect echo

Kano 12 years ago
parent
commit
70c0c335ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.php

+ 1 - 1
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;