Loading cgi/index.pl +7 −4 Original line number Diff line number Diff line Loading @@ -119,6 +119,9 @@ sub handle_request { my $delay = 0; if ($via) { my @route = $result->route; if ( $result->isa('Travel::Status::DE::IRIS::Result') ) { @route = $result->route_post; } if ( not( any { $_ =~ m{$via}io } @route ) ) { next; } Loading Loading
cgi/index.pl +7 −4 Original line number Diff line number Diff line Loading @@ -119,6 +119,9 @@ sub handle_request { my $delay = 0; if ($via) { my @route = $result->route; if ( $result->isa('Travel::Status::DE::IRIS::Result') ) { @route = $result->route_post; } if ( not( any { $_ =~ m{$via}io } @route ) ) { next; } Loading