]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/netother.cgi
Fix typo at updatexlrator.cgi
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / netother.cgi
old mode 100755 (executable)
new mode 100644 (file)
index 52da9c8..b3814ea
@@ -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);