1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-08-26 05:41:55 +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,7 +1891,8 @@ function display()
$miner = $parts[0];
$port = $parts[1];
$preprocess = $arg;
if ($readonly !== true)
$preprocess = $arg;
}
}
}