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:
parent
3c1704d11a
commit
8aeabf67c8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user