Standardize VM folder structure (step 2)

This commit is contained in:
bergware
2018-03-07 18:41:52 +01:00
parent 04ec6d8cc8
commit 99b77a6366
+1 -1
View File
@@ -15,7 +15,7 @@
$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
require_once "$docroot/webGui/include/Helpers.php";
require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php";
require_once "$docroot/plugins/dynamix.vm.manager/classes/libvirt_helpers.php";
require_once "$docroot/plugins/dynamix.vm.manager/include/libvirt_helpers.php";
// Get the webGui configuration preferences
extract(parse_plugin_cfg('dynamix',true));