X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fnetother.cgi;h=1809abfdabf5d571f9d860e6757166a677d842ca;hb=c82aa2ec9e0dee2d3ed1b5f3ca3c8fc158404228;hp=fa97ce4e3f8b893a2f4df0a92cdab562efd91e1a;hpb=4507b3c217634bb1cc81ae70c6098c34d44f8bbe;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index fa97ce4e3..1809abfda 100644 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -55,7 +55,7 @@ if ( $querry[0] =~ "fwhits"){ &Header::openpage($Lang::tr{'network traffic graphs others'}, 1, ''); &Header::openbigbox('100%', 'left'); - my @pinggraphs = `ls -dA /var/log/rrd/collectd/localhost/ping/*`; + my @pinggraphs = `ls -dA /var/log/rrd/collectd/localhost/ping/ping-*`; foreach (@pinggraphs){ $_ =~ /(.*)\/ping\/ping-(.*)\.rrd/; push(@pings,$2); @@ -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`;