mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 17:29:28 -05:00
VMs: remove debug code :(
This commit is contained in:
@@ -105,7 +105,6 @@
|
||||
// create new VM
|
||||
if ($_POST['createvm']) {
|
||||
if ($_POST['xmldesc']) {
|
||||
file_put_contents('/tmp/post2',print_r($_POST,true));
|
||||
// XML view
|
||||
$new = $lv->domain_define($_POST['xmldesc']);
|
||||
if ($new){
|
||||
|
||||
Reference in New Issue
Block a user