set file-log (if enabled) to be in froxlor/logs/ folder; fix ssl param directive for dovecot in Ubuntu Bionic; set version to 2.0.8
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -1494,7 +1494,10 @@ Vielen Dank, Ihr Administrator',
|
||||
'title' => 'Log-Art(en)',
|
||||
'description' => 'Wählen Sie hier die gewünschten Logtypen. Für Mehrfachauswahl, halten Sie während der Auswahl STRG gedrückt<br />Mögliche Logtypen sind: syslog, file, mysql',
|
||||
],
|
||||
'logfile' => 'Log-Datei Pfad inklusive Dateinamen',
|
||||
'logfile' => [
|
||||
'title' => 'Dateiname der Logdatei',
|
||||
'description' => 'Wird nur verwendet, wenn die Log-Art "file" ausgewählt ist. Diese Datei wird unter froxlor/logs/ geschrieben. Dieser Ordner ist vor Webzugriff geschützt.',
|
||||
],
|
||||
'logcron' => 'Logge Cronjobs',
|
||||
'logcronoption' => [
|
||||
'never' => 'Nie',
|
||||
|
||||
@@ -1613,7 +1613,10 @@ Yours sincerely, your administrator',
|
||||
'title' => 'Log-type(s)',
|
||||
'description' => 'Specify logtypes. To select multiple types, hold down CTRL while selecting.<br />Available logtypes are: syslog, file, mysql',
|
||||
],
|
||||
'logfile' => 'Logfile path including filename',
|
||||
'logfile' => [
|
||||
'title' => 'Filename for log',
|
||||
'description' => 'Only used if log-type includes "file". This file will be created in froxlor/logs/. This folder is protected against public access.',
|
||||
],
|
||||
'logcron' => 'Log cronjobs',
|
||||
'logcronoption' => [
|
||||
'never' => 'Never',
|
||||
|
||||
Reference in New Issue
Block a user