Properly handle corrupted or huge log files in exception mailer
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 23 Feb 2021 14:10:22 +0000 (15:10 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 23 Feb 2021 14:10:49 +0000 (15:10 +0100)
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index db1e3efec277bb77b6390e2d9593ce945949b022..e441ea52ffd173ac85b728bf0ec515c9c18a0c9d 100644 (file)
 die folgenden Fehlermeldungen auf Ihrer Website {@PAGE_TITLE|language} wurden seit dem {$date|plainTime} protokolliert:
 
 {foreach from=$files key=file item=data}
-log/{$file}.txt ({#$data[count]} Fehlermeldung{if $data[count] > 1}en{/if}) {* this line ends with a space *}
+log/{$file}.txt{if !$data[verdict]|isset} ({#$data[count]} Fehlermeldung{if $data[count] > 1}en{/if}){/if} {* this line ends with a space *}
 ==================
 {if $data[verdict]|isset}
 {if $data[verdict] == 'corrupt'}
index ad427e68eb4ba3ab49726566e0181bf132e093c8..362104bdff7ee3d5feb9d24fb3ffa835e765c3ce 100644 (file)
 the following errors have been logged on your website {@PAGE_TITLE|language} since {$date|plainTime}:
 
 {foreach from=$files key=file item=data}
-log/{$file}.txt ({#$data[count]} error{if $data[count] > 1}s{/if}) {* this line ends with a space *}
+log/{$file}.txt{if !$data[verdict]|isset} ({#$data[count]} error{if $data[count] > 1}s{/if}){/if} {* this line ends with a space *}
 ==================
 {if $data[verdict]|isset}
 {if $data[verdict] == 'corrupt'}