1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-04 18:21:54 +00:00

miner.php remove incorrect echo

This commit is contained in:
Kano 2013-09-01 12:15:33 +10:00
parent 739193509e
commit 70c0c335ed

View File

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