aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/uptime.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 11:15:53 +0200
committerPim van den Berg2014-05-03 11:15:53 +0200
commit1c888304d33a8c1405b8716356ae300fad39521c (patch)
treece0f5ef1946da9fd006a333f49233007fa574ae4 /plugin/uptime.php
parentinc: mv graphs_from_plugin, build_url functions to html.inc.php (diff)
downloadapt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.zip
apt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.tar.gz
apt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.tar.bz2
apt-panopticon_cgp-1c888304d33a8c1405b8716356ae300fad39521c.tar.xz
type/Default: don't depend on external function GET
Diffstat (limited to '')
-rw-r--r--plugin/uptime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/uptime.php b/plugin/uptime.php
index 60a106a..1d432a9 100644
--- a/plugin/uptime.php
+++ b/plugin/uptime.php
@@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php';
9## LAYOUT 9## LAYOUT
10# uptime/uptime.rrd 10# uptime/uptime.rrd
11 11
12$obj = new Type_Uptime($CONFIG); 12$obj = new Type_Uptime($CONFIG, $_GET);
13$obj->data_sources = array('value'); 13$obj->data_sources = array('value');
14$obj->ds_names = array( 14$obj->ds_names = array(
15 'value' => 'Current', 15 'value' => 'Current',