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'],