From 1347213f7d4cabf21c23c8d6d8557635b9b59f24 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 09 Feb 2016 12:13:42 -0500
Subject: [PATCH] Fixed SSL issue in apps vhost.

---
 interface/web/vm/lib/module.conf.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/vm/lib/module.conf.php b/interface/web/vm/lib/module.conf.php
index a7e31bb..ee5e6b6 100644
--- a/interface/web/vm/lib/module.conf.php
+++ b/interface/web/vm/lib/module.conf.php
@@ -5,6 +5,7 @@
 $module['template']  = 'module.tpl.htm';
 $module['startpage']  = 'vm/openvz_vm_list.php';
 $module['tab_width']    = '';
+$module['order'] = '50';
 
 //**** Templates menu
 $items = array();

--
Gitblit v1.9.1