mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-30 15:51:56 +00:00
miner.php remove unneeded '.'s
This commit is contained in:
parent
f2e6ac50a4
commit
5ef8528470
@ -98,7 +98,7 @@ function htmlhead($checkapi, $rig)
|
|||||||
|
|
||||||
$paramrig = '';
|
$paramrig = '';
|
||||||
if ($rig != null && $rig != '')
|
if ($rig != null && $rig != '')
|
||||||
$paramrig .= "&rig=$rig";
|
$paramrig = "&rig=$rig";
|
||||||
|
|
||||||
if ($ignorerefresh == true || $autorefresh == 0)
|
if ($ignorerefresh == true || $autorefresh == 0)
|
||||||
$refreshmeta = '';
|
$refreshmeta = '';
|
||||||
@ -947,7 +947,7 @@ function doOne($rig, $preprocess)
|
|||||||
{
|
{
|
||||||
$rg = '';
|
$rg = '';
|
||||||
if (count($rigs) > 1)
|
if (count($rigs) > 1)
|
||||||
$rg .= " Rig $rig";
|
$rg = " Rig $rig";
|
||||||
echo "<input type=button value='Restart' onclick='prc(\"restart&rig=$rig\",\"Restart CGMiner$rg\")'>";
|
echo "<input type=button value='Restart' onclick='prc(\"restart&rig=$rig\",\"Restart CGMiner$rg\")'>";
|
||||||
echo " <input type=button value='Quit' onclick='prc(\"quit&rig=$rig\",\"Quit CGMiner$rg\")'>";
|
echo " <input type=button value='Quit' onclick='prc(\"quit&rig=$rig\",\"Quit CGMiner$rg\")'>";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user