]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/fwhits.cgi
Nochmal korrigiert und fwhits auf eine Graphenart eingestellt
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / fwhits.cgi
index 861befe7c122817cf6c56d198e893b0ac02fefce..e91e22b7e24379806561514834b3efbad2e9a464 100644 (file)
@@ -34,50 +34,8 @@ my @LOCALCHECK=();
 my $errormessage="";
 
 &Header::openpage($Lang::tr{'firewall graphs'}, 1, '');
-
 &Header::openbigbox('100%', 'left', '', $errormessage);
-print <<END;
-<table width="100%" align="center">
-       <tr>
-               <td align="left">
-                       <a href=/cgi-bin/fwhits.cgi?graph=line>$Lang::tr{'show lines'}</a>
-                       &nbsp;
-                       <a href=/cgi-bin/fwhits.cgi?graph=area>$Lang::tr{'show areas'}</a>
-               </td>
-       </tr>
-</table>
-END
-if ($cgigraphs[1] eq "line") {
-               &Header::openbox('100%', 'center', $Lang::tr{"daily firewallhits"});
-               my $ftime = localtime((stat("$graphdir/firewallhits-day-line.png"))[9]);
-               print "<center><b>$Lang::tr{'the statistics were last updated at'}: $ftime</b></center><br />\n";
-               print "<img alt='' src='/graphs/firewallhits-day-line.png' border='0' />";
-               print "<br />\n";
-               &Header::closebox();
-
-               &Header::openbox('100%', 'center', $Lang::tr{"weekly firewallhits"});
-               my $ftime = localtime((stat("$graphdir/firewallhits-week-line.png"))[9]);
-               print "<center><b>$Lang::tr{'the statistics were last updated at'}: $ftime</b></center><br />\n";
-               print "<img alt='' src='/graphs/firewallhits-week-line.png' border='0' />";
-               print "<br />\n";
-               &Header::closebox();
 
-               &Header::openbox('100%', 'center', $Lang::tr{"monthly firewallhits"});
-               my $ftime = localtime((stat("$graphdir/firewallhits-month-line.png"))[9]);
-               print "<center><b>$Lang::tr{'the statistics were last updated at'}: $ftime</b></center><br />\n";
-               print "<img alt='' src='/graphs/firewallhits-month-line.png' border='0' />";
-               print "<br />\n";
-               &Header::closebox();
-
-               &Header::openbox('100%', 'center', $Lang::tr{"yearly firewallhits"});
-               my $ftime = localtime((stat("$graphdir/firewallhits-year-line.png"))[9]);
-               print "<center><b>$Lang::tr{'the statistics were last updated at'}: $ftime</b></center><br />\n";
-               print "<img alt='' src='/graphs/firewallhits-year-line.png' border='0' />";
-               print "<br />\n";
-               &Header::closebox();
-}
-else
-{
                &Header::openbox('100%', 'center', $Lang::tr{"daily firewallhits"});
                my $ftime = localtime((stat("$graphdir/firewallhits-day-area.png"))[9]);
                print "<center><b>$Lang::tr{'the statistics were last updated at'}: $ftime</b></center><br />\n";
@@ -105,8 +63,6 @@ else
                print "<img alt='' src='/graphs/firewallhits-year-area.png' border='0' />";
                print "<br />\n";
                &Header::closebox();
-}
-
 
 &Header::closebigbox();
 &Header::closepage();