]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/netother.cgi
Fix fwhits graph
[ipfire-2.x.git] / html / cgi-bin / netother.cgi
index 52da9c8b79a072b615a0970316348e24c4c7382b..b3814eafaddb3eb3d0ba76f07a45a96b9d240e53 100644 (file)
@@ -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);