aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/iptables.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/iptables.php')
-rw-r--r--plugin/iptables.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/iptables.php b/plugin/iptables.php
index de060be..e60d2dc 100644
--- a/plugin/iptables.php
+++ b/plugin/iptables.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/GenericStacked.class.php'; 6require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# iptables/ipt_bytes-XXX.rrd 9# iptables/ipt_bytes-XXX.rrd
@@ -24,5 +23,4 @@ switch($_GET['t']) {
24$obj->rrd_vertical = ''; 23$obj->rrd_vertical = '';
25$obj->rrd_format = '%5.1lf%s'; 24$obj->rrd_format = '%5.1lf%s';
26 25
27collectd_flush($obj->identifiers);
28$obj->rrd_graph(); 26$obj->rrd_graph();