aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/ip6tables.php2
-rw-r--r--plugin/iptables.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/plugin/ip6tables.php b/plugin/ip6tables.php
index 3f6c166..1f0d631 100644
--- a/plugin/ip6tables.php
+++ b/plugin/ip6tables.php
@@ -28,5 +28,3 @@ $obj->rrd_format = '%5.1lf%s';
28 28
29collectd_flush($obj->identifiers); 29collectd_flush($obj->identifiers);
30$obj->rrd_graph(); 30$obj->rrd_graph();
31
32?>
diff --git a/plugin/iptables.php b/plugin/iptables.php
index 15a183b..8e5fa89 100644
--- a/plugin/iptables.php
+++ b/plugin/iptables.php
@@ -28,5 +28,3 @@ $obj->rrd_format = '%5.1lf%s';
28 28
29collectd_flush($obj->identifiers); 29collectd_flush($obj->identifiers);
30$obj->rrd_graph(); 30$obj->rrd_graph();
31
32?>