Commit b80bb3fe authored by Kristián Feldsam's avatar Kristián Feldsam
Browse files

Fixed compatibility with latest ispconfig release



Fixes in log retention

Signed-off-by: default avatarKristián Feldsam <feldsam@gmail.com>
parent ded0154a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -80,3 +80,6 @@ $wb["quota_error_isint"] = 'Velikost mailboxu musí být číslo.';
$wb["quota_error_value"] = 'Špatná hodnota kvóty. Povolené hodnoty jsou: 0 pro neomezeně nebo čísla > 1';
$wb['http_port_txt'] = 'HTTP Port';
$wb['https_port_txt'] = 'HTTPS Port';
$wb['log_retention_txt'] = 'Logfiles retention time';
$wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
+3 −1
Original line number Diff line number Diff line
@@ -79,3 +79,5 @@ $wb["quota_error_isint"] = 'Mailbox size must be a number.';
$wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
$wb['http_port_txt'] = 'HTTP Port';
$wb['https_port_txt'] = 'HTTPS Port';
$wb['log_retention_txt'] = 'Logfiles retention time';
$wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
+2 −0
Original line number Diff line number Diff line
@@ -79,3 +79,5 @@ $wb["quota_error_isint"] = 'La cuota debe ser un numero.';
$wb["quota_error_value"] = 'Valor de cuota erroneo. Los valores permitidos son: 0 para ilimitada o numeros > 1';
$wb['http_port_txt'] = 'Puerto HTTP';
$wb['https_port_txt'] = 'Puerto HTTPS';
$wb['log_retention_txt'] = 'Logfiles retention time';
$wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
+4 −0
Original line number Diff line number Diff line
@@ -120,6 +120,10 @@
		{tmpl_var name="rewrite_to_https"}
	</div>
</div>
<div class="form-group">
        <label for="log_retention" class="col-sm-3 control-label">{tmpl_var name='log_retention_txt'}</label>
        <div class="col-sm-9"><input name="log_retention" id="log_retention" value="{tmpl_var name='log_retention'}" type="text" class="form-control" /></div>
</div>
<div class="form-group apache">
	<label for="allow_override" class="col-sm-3 control-label">{tmpl_var name='allow_override_txt'}</label>
	<div class="col-sm-9">