1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

miner.php remove incorrect 'DATE' error message

This commit is contained in:
Kano 2012-07-05 10:17:35 +10:00
parent 3c1704d11a
commit 8aeabf67c8

View File

@ -1268,7 +1268,8 @@ function processcustompage($pagename, $sections, $sum)
$cmds[$cmd] = 1;
}
else
$errors[] = "Error: unknown section '$section' in custom summary page '$pagename'";
if ($section != 'DATE')
$errors[] = "Error: unknown section '$section' in custom summary page '$pagename'";
}
$results = array();