Add check for memory dump

This commit is contained in:
SimonFair
2024-03-29 11:05:52 +00:00
parent 86b0af8b49
commit 2d78738cef
4 changed files with 41 additions and 10 deletions

View File

@@ -338,7 +338,7 @@ case 'snap-create':
case 'snap-create-external':
requireLibvirt();
$arrResponse = vm_snapshot($domName,$_REQUEST['snapshotname'],$_REQUEST['desc'],$_REQUEST['free'],$_REQUEST['fstype']) ;
$arrResponse = vm_snapshot($domName,$_REQUEST['snapshotname'],$_REQUEST['desc'],$_REQUEST['free'],$_REQUEST['fstype'],$_REQUEST['memorydump']) ;
break;
case 'snap-images':