Fix fwhits graph

This commit is contained in:
Arne Fitzenreiter
2008-10-04 15:35:48 +02:00
parent 5dcc7ad754
commit 0c5393e3d1

View 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);