show and check whether a php-config is used by the system-hostname
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1810,4 +1810,7 @@ $lng['admin']['integrityid'] = '#';
|
||||
$lng['admin']['integrityname'] = 'Name';
|
||||
$lng['admin']['integrityresult'] = 'Result';
|
||||
$lng['admin']['integrityfix'] = 'Fix problems automatically';
|
||||
$lng['question']['admin_integritycheck_reallyfix'] = 'Do you really want to try fixing all database integrity problems automatically?';
|
||||
$lng['question']['admin_integritycheck_reallyfix'] = 'Do you really want to try fixing all database integrity problems automatically?';
|
||||
$lng['serversettings']['system_croncmdline']['title'] = 'Cron execution command (php-binary)';
|
||||
$lng['serversettings']['system_croncmdline']['description'] = 'Command to execute our cronjobs. Change this only if you know what you are doing (default: "/usr/bin/nice -n 5 /usr/bin/php5 -q")!';
|
||||
$lng['error']['cannotdeletehostnamephpconfig'] = 'This PHP-configuration is used by the Froxlor-vhost and cannot be deleted.';
|
||||
|
||||
@@ -1537,3 +1537,6 @@ $lng['admin']['integrityname'] = 'Name';
|
||||
$lng['admin']['integrityresult'] = 'Ergebnis';
|
||||
$lng['admin']['integrityfix'] = 'Probleme automatisch beheben';
|
||||
$lng['question']['admin_integritycheck_reallyfix'] = 'Möchten Sie wirklich versuchen sätliche Datenbank - Integritätsprobleme automatisch zu beheben?';
|
||||
$lng['serversettings']['system_croncmdline']['title'] = 'Cron Startbefehl (php Programm)';
|
||||
$lng['serversettings']['system_croncmdline']['description'] = 'Befehl zum Ausführen des Cronjobs. Ändern dieser Einstellung nur wenn nötig (Standard: "/usr/bin/nice -n 5 /usr/bin/php5 -q")!';
|
||||
$lng['error']['cannotdeletehostnamephpconfig'] = 'Diese PHP-Konfiguration ist dem Froxlor-Vhost zugewiesen und kann daher nicht gelöscht werden.';
|
||||
|
||||
Reference in New Issue
Block a user