Revert "Zeige die neue vHost-Konfiguration auch wenn nur mod_php installiert ist."

This commit is contained in:
Michael Kaufmann
2016-03-03 23:24:14 +01:00
parent bee529b7fa
commit e6df2d5d40

View File

@@ -254,6 +254,10 @@ return 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 (