Add logrotate support, fixes #16 (thanks to monotek!)
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org>
This commit is contained in:
@@ -1887,3 +1887,10 @@ $lng['serversettings']['diskquota_customer_partition']['description'] = 'Partiti
|
||||
$lng['tasks']['diskspace_set_quota'] = 'Set quota on filesystem';
|
||||
$lng['error']['session_timeout'] = 'Value too low';
|
||||
$lng['error']['session_timeout_desc'] = 'You should not set the session timeout lower than 1 minute.';
|
||||
|
||||
// ADDED IN FROXLOR 0.9.23
|
||||
$lng['logrotate'] = 'Logrotate';
|
||||
$lng['logrotate_enabled'] = 'Enable logrotate?';
|
||||
$lng['logrotate_binary'] = 'Path to logrotate binary:';
|
||||
$lng['logrotate_interval'] = 'Interval?';
|
||||
$lng['logrotate_keep'] = 'How many logfiles should be kept?';
|
||||
Reference in New Issue
Block a user