Browse Source

miner.php fix missing global

nfactor-troky
Kano 11 years ago
parent
commit
59a1ed6ea3
  1. 3
      miner.php

3
miner.php

@ -347,7 +347,8 @@ $error = null; @@ -347,7 +347,8 @@ $error = null;
#
function getrigs()
{
global $rigs, $mcastaddr, $mcastport, $mcastcode, $mcasttimeout, $error;
global $rigs, $mcastaddr, $mcastport, $mcastcode;
global $mcastlistport, $mcasttimeout, $error;
$listname = "0.0.0.0";

Loading…
Cancel
Save