add possibility to show subdomains fully in php-settings listing; UI adjustments
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -1752,6 +1752,10 @@ Vielen Dank, Ihr Administrator',
|
||||
'title' => 'Verwende Domainnamen im Documentroot',
|
||||
'description' => 'Wenn aktiviert wird dem standard Documentroot zusätzlich der Domain-Name angehängt.<br /><br />Beispiel:<br />/var/customers/customer_name/example.tld/<br />/var/customers/customer_name/subdomain.example.tld/',
|
||||
],
|
||||
'panel_phpconfigs_hidesubdomains' => [
|
||||
'title' => 'Verstecke Subdomains in PHP-Konfigurations-Übersicht',
|
||||
'description' => 'Wenn aktiviert, werden die Subdomains der Kunden nicht in der PHP-Konfigurations-Übersicht angezeigt, lediglich die Anzahl.<br /><br />Hinweis: Nur relevant, wenn FCGID oder PHP-FPM aktiviert ist.',
|
||||
],
|
||||
'panel_phpconfigs_hidestdsubdomain' => [
|
||||
'title' => 'Verstecke Standard-Subdomains in PHP-Konfigurations-Übersicht',
|
||||
'description' => 'Wenn aktiviert, werden die Standard-Subdomains der Kunden nicht mehr in der PHP-Konfigurations-Übersicht angezeigt.<br /><br />Hinweis: Nur relevant, wenn FCGID oder PHP-FPM aktiviert ist.',
|
||||
|
||||
@@ -2128,6 +2128,10 @@ Yours sincerely, your administrator',
|
||||
'title' => 'Use domain name as default value for DocumentRoot path',
|
||||
'description' => 'If enabled and DocumentRoot path is empty, default value will be the (sub)domain name.<br /><br />Examples: <br />/var/customers/customer_name/example.com/<br />/var/customers/customer_name/subdomain.example.com/',
|
||||
],
|
||||
'panel_phpconfigs_hidesubdomains' => [
|
||||
'title' => 'Hide subdomains in PHP-configuration overview',
|
||||
'description' => 'If activated the subdomains of customers will not be listed in the php-configurations overview, only the number of subdomains is shown.<br /><br />Note: This is only visible if you have enabled FCGID or PHP-FPM',
|
||||
],
|
||||
'panel_phpconfigs_hidestdsubdomain' => [
|
||||
'title' => 'Hide standard-subdomains in PHP-configuration overview',
|
||||
'description' => 'If activated the standard-subdomains for customers will not be displayed in the php-configurations overview<br /><br />Note: This is only visible if you have enabled FCGID or PHP-FPM',
|
||||
|
||||
Reference in New Issue
Block a user