aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/interface.php')
-rw-r--r--plugin/interface.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/interface.php b/plugin/interface.php
index c51d732..cc8c5ce 100644
--- a/plugin/interface.php
+++ b/plugin/interface.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/GenericIO.class.php'; 6require_once 'type/GenericIO.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9# LAYOUT - Collectd 4 8# LAYOUT - Collectd 4
10# interface/ 9# interface/
@@ -46,5 +45,4 @@ switch($obj->args['type']) {
46 break; 45 break;
47} 46}
48 47
49collectd_flush($obj->identifiers);
50$obj->rrd_graph(); 48$obj->rrd_graph();