mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 13:59:21 -05:00
Fix QEMU args value
This commit is contained in:
@@ -1458,6 +1458,7 @@ private static $encoding = 'UTF-8';
|
||||
|
||||
function getQEMUCmdLine($xml) {
|
||||
$x = strpos($xml,"<qemu:commandline>", 0) ;
|
||||
if ($x === false) return null ;
|
||||
$y = strpos($xml,"</qemu:commandline>", 0) ;
|
||||
$z=$y ;
|
||||
while ($y!=false) {
|
||||
|
||||
Reference in New Issue
Block a user