remove vhost-template menu entry

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-03-04 08:47:15 +01:00
parent 69a191d4e2
commit 74758818e7

View File

@@ -251,15 +251,6 @@ return array (
'templates' => array ( 'templates' => array (
'label' => $lng['admin']['server_templates'], 'label' => $lng['admin']['server_templates'],
'elements' => array ( '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 ( array (
'url' => 'admin_templates.php?page=email', 'url' => 'admin_templates.php?page=email',
'label' => $lng['admin']['templates']['email'], 'label' => $lng['admin']['templates']['email'],