diff options
Diffstat (limited to 'cgi/index.pl')
-rw-r--r-- | cgi/index.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 7fafc4f..c113466 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -146,7 +146,8 @@ sub render_image { my $dt; if ( ( @grep_line and not( $line ~~ \@grep_line ) ) - or ( @grep_platform and not( $platform ~~ \@grep_platform ) ) ) + or ( @grep_platform and not( $platform ~~ \@grep_platform ) ) + or ( $line =~ m{ ^ (RE | IC | EC) }x ) ) { next; } |