From 615788e80d1925d5afe40a54577294b81238b6a0 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Fri, 28 Dec 2007 20:31:05 +0000 Subject: [PATCH] little cgi fix git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1134 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- html/cgi-bin/logs.cgi/showrequestfromport.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/showrequestfromport.dat b/html/cgi-bin/logs.cgi/showrequestfromport.dat index 610343132..ee1d2eb01 100644 --- a/html/cgi-bin/logs.cgi/showrequestfromport.dat +++ b/html/cgi-bin/logs.cgi/showrequestfromport.dat @@ -310,7 +310,7 @@ foreach $_ (@slice) $_ =~ /(^.* ..:..:..) [\w\-]+ kernel:(.*)(IN=.*)$/; my $timestamp = $1; my $chain = $2; my $packet = $3; $timestamp =~ /(...) (..) (..:..:..)/; - my $month = $1; my $day = $2; my $time = $3; + my $month = $1; my $day = $2; my $time = $3; my $iface; if ($a =~ /IN\=(\w+)/) { $iface = $1; } if ($a =~ /OUT\=(\w+)/) { $out = $1; } -- 2.39.2