diff --git a/3rdparty/mmu_man/onlinedemo/haiku.php b/3rdparty/mmu_man/onlinedemo/haiku.php index c497452998..52f67b242e 100755 --- a/3rdparty/mmu_man/onlinedemo/haiku.php +++ b/3rdparty/mmu_man/onlinedemo/haiku.php @@ -26,7 +26,7 @@ define("VNCJAR", "VncViewer.jar"); define("VNCCLASS", "VncViewer.class"); // maximum count of qemu instances. -define("MAX_QEMUS", 8); +define("MAX_QEMUS", 2); // size of the java applet, must match the default resolution of the image. //define("APPLET_WIDTH", "800"); @@ -410,15 +410,10 @@ function output_options_form() echo "Sound"; - if ($enable_sound) - echo ""; - //echo ""; + echo ">"; echo "\n\n"; $enable_serial = 1; @@ -433,14 +428,8 @@ function output_options_form() echo "value=\"1\" "/*"disabled "*/; if ($enable_serial) { //echo "checked "; - echo "/>Serial"; - if ($enable_serial) - echo ""; - //echo ""; + } + echo "/>"; echo "\n\n"; if (defined("QEMU_USB_PASSTHROUGH")) { @@ -457,14 +446,8 @@ function output_options_form() echo "value=\"1\" "/*"disabled "*/; if ($enable_webcam) { //echo "checked "; - echo "/>Webcam"; - if ($enable_webcam) - echo ""; - //echo ""; + } + echo "/>"; echo "\n\n"; } /*