mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix to exclude file list as well
https://github.com/webmin/authentic-theme/issues/1632#issuecomment-1325125910
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user