add new CUSTOMER_HOMEDIR replacer for php-configs, thx to rubberduck for the hint
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -967,7 +967,8 @@ $lng['admin']['phpconfig']['admin_email'] = 'Will be replaced with e-mail addres
|
||||
$lng['admin']['phpconfig']['domain'] = 'Will be replaced with the domain.';
|
||||
$lng['admin']['phpconfig']['customer'] = 'Will be replaced with the loginname of the customer who owns this domain.';
|
||||
$lng['admin']['phpconfig']['admin'] = 'Will be replaced with the loginname of the admin who owns this domain.';
|
||||
$lng['admin']['phpconfig']['docroot'] = 'Will be replaces with the customer\'s document-root.';
|
||||
$lng['admin']['phpconfig']['docroot'] = 'Will be replaced with the domain\'s document-root.';
|
||||
$lng['admin']['phpconfig']['homedir'] = 'Will be replaced with the customer\'s home-directory.';
|
||||
$lng['login']['backtologin'] = 'Back to login';
|
||||
$lng['serversettings']['mod_fcgid']['starter']['title'] = 'Processes per domain';
|
||||
$lng['serversettings']['mod_fcgid']['starter']['description'] = 'How many processes should be started/allowed per domain? The value 0 is recommended cause PHP will then manage the amount of processes itself very efficiently.';
|
||||
|
||||
@@ -961,7 +961,8 @@ $lng['admin']['phpconfig']['admin_email'] = 'Wird mit der E-Mail-Adresse des Adm
|
||||
$lng['admin']['phpconfig']['domain'] = 'Wird mit der Domain ersetzt.';
|
||||
$lng['admin']['phpconfig']['customer'] = 'Wird mit dem Loginnamen des Kunden ersetzt, dem die Domain gehört.';
|
||||
$lng['admin']['phpconfig']['admin'] = 'Wird mit dem Loginnamen des Admins ersetzt, dem die Domain gehört.';
|
||||
$lng['admin']['phpconfig']['docroot'] = 'Wird mit dem Heimatverzeichnis des Kunden ersetzt.';
|
||||
$lng['admin']['phpconfig']['docroot'] = 'Wird mit dem Heimatverzeichnis der Domain ersetzt.';
|
||||
$lng['admin']['phpconfig']['homedir'] = 'Wird mit dem Heimatverzeichnis des Kunden ersetzt.';
|
||||
$lng['login']['backtologin'] = 'Zurück zum Login';
|
||||
$lng['serversettings']['mod_fcgid']['starter']['title'] = 'Prozesse je Domain';
|
||||
$lng['serversettings']['mod_fcgid']['starter']['description'] = 'Wieviele PHP-Prozesse pro Domain sollen gestartet/erlaubt werden. Der Wert 0 wird empfohlen, da PHP die Anzahl dann selbst effizient verwaltet.';
|
||||
|
||||
Reference in New Issue
Block a user