1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-08-26 13:52:02 +00:00

miner.php ignore arg when readonly

This commit is contained in:
Kano 2012-08-06 00:30:50 +10:00
parent 5a5e35635d
commit 64261e7a91

View File

@ -1891,6 +1891,7 @@ function display()
$miner = $parts[0]; $miner = $parts[0];
$port = $parts[1]; $port = $parts[1];
if ($readonly !== true)
$preprocess = $arg; $preprocess = $arg;
} }
} }