From bcca44b08e19d4558986f77b5ecb8c23e1d7b2b6 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Tue, 1 Sep 2015 10:01:39 +0200 Subject: [PATCH] require_once, not include. And shift some HTML to the right --- html/pages/apps/proxmox.inc.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/pages/apps/proxmox.inc.php b/html/pages/apps/proxmox.inc.php index c7ff95a83..d20350a1f 100644 --- a/html/pages/apps/proxmox.inc.php +++ b/html/pages/apps/proxmox.inc.php @@ -1,6 +1,6 @@
'; + if (!isset($vars['instance'])) { echo 'Select a cluster:'; echo '
    '; @@ -52,5 +54,7 @@ elseif (!isset($vars['vmid'])) { else { include("pages/apps/proxmox/vm.inc.php"); } - + +echo '
'; + $pagetitle[] = 'Proxmox';