diff options
author | Pim van den Berg | 2014-05-03 11:15:53 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-05-03 11:15:53 +0200 |
commit | 1c888304d33a8c1405b8716356ae300fad39521c (patch) | |
tree | ce0f5ef1946da9fd006a333f49233007fa574ae4 /plugin/netlink.php | |
parent | inc: mv graphs_from_plugin, build_url functions to html.inc.php (diff) | |
download | apt-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 'plugin/netlink.php')
-rw-r--r-- | plugin/netlink.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/netlink.php b/plugin/netlink.php index df78515..2dfbab6 100644 --- a/plugin/netlink.php +++ b/plugin/netlink.php | |||
@@ -6,7 +6,7 @@ require_once 'conf/common.inc.php'; | |||
6 | require_once 'type/GenericStacked.class.php'; | 6 | require_once 'type/GenericStacked.class.php'; |
7 | require_once 'inc/collectd.inc.php'; | 7 | require_once 'inc/collectd.inc.php'; |
8 | 8 | ||
9 | $obj = new Type_GenericStacked($CONFIG); | 9 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
10 | 10 | ||
11 | $obj->rrd_format = '%5.1lf%s'; | 11 | $obj->rrd_format = '%5.1lf%s'; |
12 | 12 | ||