diff options
Diffstat (limited to 'plugin/users.php')
| -rw-r--r-- | plugin/users.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/users.php b/plugin/users.php index f4cde28..6b3bc4e 100644 --- a/plugin/users.php +++ b/plugin/users.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/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
| 7 | require_once 'inc/collectd.inc.php'; | ||
| 8 | 7 | ||
| 9 | ## LAYOUT | 8 | ## LAYOUT |
| 10 | # users/users.rrd | 9 | # users/users.rrd |
| @@ -32,5 +31,4 @@ if ($CONFIG['version'] < 5) { | |||
| 32 | unset($obj->colors['value']); | 31 | unset($obj->colors['value']); |
| 33 | } | 32 | } |
| 34 | 33 | ||
| 35 | collectd_flush($obj->identifiers); | ||
| 36 | $obj->rrd_graph(); | 34 | $obj->rrd_graph(); |
