Merge pull request #2196 from SimonFair/general-protection-fix

Add pci checks in qemu
This commit is contained in:
tom mortensen
2025-05-20 00:02:02 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
$docroot ??= ($_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp');
require_once "$docroot/webGui/include/Helpers.php";
require_once "$docroot/plugins/dynamix.vm.manager/include/libvirt_helpers.php";
$pci_device_changes = comparePCIData();
$pcierror = false;