diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/ip6tables.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/ip6tables.php b/plugin/ip6tables.php index 1f0d631..6d0304b 100644 --- a/plugin/ip6tables.php +++ b/plugin/ip6tables.php | |||
@@ -11,8 +11,6 @@ require_once 'inc/collectd.inc.php'; | |||
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); |
14 | $obj->width = $width; | ||
15 | $obj->heigth = $heigth; | ||
16 | 14 | ||
17 | $obj->data_sources = array('value'); | 15 | $obj->data_sources = array('value'); |
18 | switch($_GET['t']) { | 16 | switch($_GET['t']) { |