aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/filecount.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/filecount.php')
-rw-r--r--plugin/filecount.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/filecount.php b/plugin/filecount.php
index 812be9c..5fa524d 100644
--- a/plugin/filecount.php
+++ b/plugin/filecount.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/GenericStacked.class.php'; 6require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# filecount-X/ 9# filecount-X/
@@ -31,5 +30,4 @@ switch($obj->args['type']) {
31 break; 30 break;
32} 31}
33 32
34collectd_flush($obj->identifiers);
35$obj->rrd_graph(); 33$obj->rrd_graph();