aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ip6tables.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ip6tables.php')
-rw-r--r--plugin/ip6tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ip6tables.php b/plugin/ip6tables.php
index 6d0304b..cd95bc8 100644
--- a/plugin/ip6tables.php
+++ b/plugin/ip6tables.php
@@ -10,7 +10,7 @@ require_once 'inc/collectd.inc.php';
10# ip6tables/ipt_bytes-XXX.rrd 10# ip6tables/ipt_bytes-XXX.rrd
11# ip6tables/ipt_packets-XXX.rrd 11# ip6tables/ipt_packets-XXX.rrd
12 12
13$obj = new Type_GenericStacked($CONFIG); 13$obj = new Type_GenericStacked($CONFIG, $_GET);
14 14
15$obj->data_sources = array('value'); 15$obj->data_sources = array('value');
16switch($_GET['t']) { 16switch($_GET['t']) {