Fix netother.cgi

This commit is contained in:
Arne Fitzennreiter
2008-10-21 10:05:40 +02:00
parent 098759b02d
commit 443e9cf42c

View File

@@ -70,6 +70,8 @@ if ( $querry[0] =~ "fwhits"){
&Header::openbox('100%', 'center', "Firewall Hits $Lang::tr{'graph'}");
&Graphs::makegraphbox("netother.cgi","fwhits","day");
&Header::closebox();
my $output = '';
&Header::openbox('100%', 'left', $Lang::tr{'routing table entries'});
$output = `/sbin/ip route show`;