diff --git a/admin_settings.php b/admin_settings.php index 21b8913d..e8213225 100644 --- a/admin_settings.php +++ b/admin_settings.php @@ -283,6 +283,7 @@ if ($page == 'overview' && $userinfo['change_serversettings'] == '1') { foreach ($integrity->available as $id => $check) { $displayid = $id + 1; $result = $integrity->$check(); + $checkdesc = $lng['integrity_check'][$check]; eval("\$integritycheck.=\"" . getTemplate("settings/integritycheck_row") . "\";"); } eval("echo \"" . getTemplate("settings/integritycheck") . "\";"); diff --git a/lng/english.lng.php b/lng/english.lng.php index f698bb46..72816115 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1843,3 +1843,9 @@ $lng['admin']['configfiles']['commands'] = 'Commands: T $lng['admin']['configfiles']['files'] = 'Configfiles: This is an example of the contents of a configuration file. The commands before these textfields should open an editor with the target file. Just copy and paste the contents into the editor and save the file.

Please note: The MySQL-password has not been replaced for security reasons. Please replace "MYSQL_PASSWORD" on your own. If you forgot your MySQL-password you\'ll find it in "lib/userdata.inc.php"'; $lng['serversettings']['apache_itksupport']['title'] = 'Use modifications for Apache ITK-MPM'; $lng['serversettings']['apache_itksupport']['description'] = 'ATTENTION: use only if you acutally have apache itk-mpm enabled
otherwise your webserver will not be able to start'; + +$lng['integrity_check']['DatabaseCharset'] = 'Characterset of database (should be UTF-8)'; +$lng['integrity_check']['DomainIpTable'] = 'IP <‐> domain references'; +$lng['integrity_check']['SubdomainSslRedirect'] = 'False SSL-redirect flag for non-ssl domains'; +$lng['integrity_check']['FroxlorLocalGroupMemberForFcgidPhpFpm'] = 'froxlor-user in the customer groups (for FCGID/php-fpm)'; +$lng['integrity_check']['WebserverGroupMemberForFcgidPhpFpm'] = 'Webserver-user in the customer groups (for FCGID/php-fpm)'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 80e8d5e6..8cc303b2 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -1570,3 +1570,9 @@ $lng['admin']['configfiles']['commands'] = 'Kommandos: $lng['admin']['configfiles']['files'] = 'Konfigurationsdateien: Dies ist der Inhalt einer Konfigurationsdatei. Der Befehl direkt vor dem Textfeld sollte einen Editor mit der Zeildatei öffnen. Der Inhalt kann nun einfach kopiert und in den Editor eingefügt und die Datei gespeichert werden.

Beachten Sie: Das MySQL-Passwort wurde aus Sicherheitsgründen nicht ersetzt. Bitte ersetzen Sie "MYSQL_PASSWORD" manuell durch das entsprechende Passwort. Falls Sie es vergessen haben sollten, finden Sie es in der Datei "lib/userdata.inc.php".'; $lng['serversettings']['apache_itksupport']['title'] = 'Anpassungen für Apache ITK-MPM verwenden'; $lng['serversettings']['apache_itksupport']['description'] = '
Achtung: Bitte nur verwenden, wenn wirklich Apache itk-mpm verwendet wird, ansonsten wird der Webserver nicht starten.
'; + +$lng['integrity_check']['DatabaseCharset'] = 'Characterset der Datenbank (sollte UTF-8 sein)'; +$lng['integrity_check']['DomainIpTable'] = 'IP <‐> Domain Verknüpfung'; +$lng['integrity_check']['SubdomainSslRedirect'] = 'Falsches SSL-redirect Flag bei nicht-ssl Domains'; +$lng['integrity_check']['FroxlorLocalGroupMemberForFcgidPhpFpm'] = 'froxlor-Benutzer in Kunden Gruppen (für FCGID/php-fpm)'; +$lng['integrity_check']['WebserverGroupMemberForFcgidPhpFpm'] = 'Webserver-Benutzer in Kunden Gruppen (für FCGID/php-fpm)'; diff --git a/templates/Sparkle/admin/settings/integritycheck_row.tpl b/templates/Sparkle/admin/settings/integritycheck_row.tpl index e614f61b..0641d471 100644 --- a/templates/Sparkle/admin/settings/integritycheck_row.tpl +++ b/templates/Sparkle/admin/settings/integritycheck_row.tpl @@ -1,6 +1,6 @@ {$displayid} - {$check} + {$checkname} OK