From 74758818e7bafd44f67244c6c9889e6606991441 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 4 Mar 2016 08:47:15 +0100 Subject: [PATCH] remove vhost-template menu entry Signed-off-by: Michael Kaufmann (d00p) --- lib/navigation/00.froxlor.main.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/navigation/00.froxlor.main.php b/lib/navigation/00.froxlor.main.php index 53b2f982..101c5adc 100644 --- a/lib/navigation/00.froxlor.main.php +++ b/lib/navigation/00.froxlor.main.php @@ -251,15 +251,6 @@ return array ( 'templates' => array ( 'label' => $lng['admin']['server_templates'], 'elements' => array ( - array ( - 'url' => 'admin_vhostsettings.php?page=overview', - 'label' => $lng['menue']['vhostsettings']['maintitle'], - 'show_element' => ( - Settings::Get('system.mod_fcgid') == true || - Settings::Get('phpfpm.enabled') == true - ), - 'required_resources' => 'change_serversettings' - ), array ( 'url' => 'admin_templates.php?page=email', 'label' => $lng['admin']['templates']['email'],