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, 1 insertions, 1 deletions
diff --git a/plugin/uptime.php b/plugin/uptime.php
index 20c44d3..ca45d76 100644
--- a/plugin/uptime.php
+++ b/plugin/uptime.php
@@ -10,7 +10,7 @@ require_once 'type/Uptime.class.php';
10 10
11$obj = new Type_Uptime($CONFIG, $_GET); 11$obj = new Type_Uptime($CONFIG, $_GET);
12$obj->data_sources = array('value'); 12$obj->data_sources = array('value');
13$obj->ds_names = array( 13$obj->legend = array(
14 'value' => 'Current', 14 'value' => 'Current',
15); 15);
16$obj->colors = array( 16$obj->colors = array(