aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/hddtemp.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/hddtemp.php')
-rw-r--r--plugin/hddtemp.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/hddtemp.php b/plugin/hddtemp.php
index ff073cb..10f71e6 100644
--- a/plugin/hddtemp.php
+++ b/plugin/hddtemp.php
@@ -20,5 +20,3 @@ $obj->rrd_format = '%.1lf';
20 20
21collectd_flush($obj->identifiers); 21collectd_flush($obj->identifiers);
22$obj->rrd_graph(); 22$obj->rrd_graph();
23
24?>