diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/wireless.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/wireless.php b/plugin/wireless.php index 70598b5..991a0f3 100644 --- a/plugin/wireless.php +++ b/plugin/wireless.php | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once 'type/GenericStacked.class.php'; | 6 | require_once 'type/GenericStacked.class.php'; |
7 | require_once 'inc/collectd.inc.php'; | ||
8 | 7 | ||
9 | $obj = new Type_GenericStacked($CONFIG, $_GET); | 8 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
10 | $obj->data_sources = array('value'); | 9 | $obj->data_sources = array('value'); |
@@ -27,5 +26,4 @@ switch($obj->args['type']) { | |||
27 | break; | 26 | break; |
28 | } | 27 | } |
29 | 28 | ||
30 | collectd_flush($obj->identifiers); | ||
31 | $obj->rrd_graph(); | 29 | $obj->rrd_graph(); |