diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/thermal.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/thermal.php b/plugin/thermal.php index b2fa74c..fb39ecb 100644 --- a/plugin/thermal.php +++ b/plugin/thermal.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 | # thermal-XXXX/ | 9 | # thermal-XXXX/ |
| @@ -22,5 +21,4 @@ switch($obj->args['type']) { | |||
| 22 | break; | 21 | break; |
| 23 | } | 22 | } |
| 24 | 23 | ||
| 25 | collectd_flush($obj->identifiers); | ||
| 26 | $obj->rrd_graph(); | 24 | $obj->rrd_graph(); |
