1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 22:38:01 +00:00

miner.php fix missing global

This commit is contained in:
Kano 2013-08-25 12:08:23 +10:00
parent ab917082fc
commit 59a1ed6ea3

View File

@ -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";