From: Arne Fitzenreiter Date: Sat, 4 Oct 2008 13:35:48 +0000 (+0200) Subject: Fix fwhits graph X-Git-Tag: v2.3-beta4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c5393e3d1110f0e64eb6739c417978cf1356736;p=ipfire-2.x.git Fix fwhits graph --- diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 52da9c8b79..b3814eafad 100644 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -44,7 +44,7 @@ $querry[1] = 'hour' unless defined $querry[1]; if ( $querry[0] =~ "fwhits"){ print "Content-type: image/png\n\n"; binmode(STDOUT); - &Graphs::updatefwhitsgraph($querry[0],$querry[1]); + &Graphs::updatefwhitsgraph($querry[1]); }elsif ( $querry[0] ne ""){ print "Content-type: image/png\n\n"; binmode(STDOUT);