aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/iptables.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 11:15:53 +0200
committerPim van den Berg2014-05-03 11:15:53 +0200
commit1c888304d33a8c1405b8716356ae300fad39521c (patch)
treece0f5ef1946da9fd006a333f49233007fa574ae4 /plugin/iptables.php
parentinc: mv graphs_from_plugin, build_url functions to html.inc.php (diff)
downloadapt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.zip
apt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.tar.gz
apt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.tar.bz2
apt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.tar.xz
type/Default: don't depend on external function GET
Diffstat (limited to 'plugin/iptables.php')
-rw-r--r--plugin/iptables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/iptables.php b/plugin/iptables.php
index 7b12f51..de060be 100644
--- a/plugin/iptables.php
+++ b/plugin/iptables.php
@@ -10,7 +10,7 @@ require_once 'inc/collectd.inc.php';
10# iptables/ipt_bytes-XXX.rrd 10# iptables/ipt_bytes-XXX.rrd
11# iptables/ipt_packets-XXX.rrd 11# iptables/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']) {