aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/uptime.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/uptime.php')
-rw-r--r--plugin/uptime.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/uptime.php b/plugin/uptime.php
index 0d3d617..4331ab9 100644
--- a/plugin/uptime.php
+++ b/plugin/uptime.php
@@ -25,5 +25,3 @@ $obj->rrd_format = '%.1lf';
25 25
26collectd_flush($obj->identifiers); 26collectd_flush($obj->identifiers);
27$obj->rrd_graph(); 27$obj->rrd_graph();
28
29?>