Fix to exclude file list as well

https://github.com/webmin/authentic-theme/issues/1632#issuecomment-1325125910
This commit is contained in:
iliajie
2022-11-23 16:12:35 +02:00
parent 06beb70568
commit c4a2bb6cd7

View File

@@ -51,7 +51,8 @@ if (@jails) {
my $val = $2;
$col = lc($col);
$col =~ s/\s/_/g;
if ($col !~ /journal_matches/) {
if ($col !~ /journal_matches/ &&
$col !~ /file_list/) {
push(@head, "<div $tdc>".$text{"status_head_$col"}."</div>");
if ($col =~ /banned_ip_list/) {
$jips = $val;