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/apcups.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/apcups.php')
-rw-r--r-- | plugin/apcups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/apcups.php b/plugin/apcups.php index 5566977..24d1918 100644 --- a/plugin/apcups.php +++ b/plugin/apcups.php | |||
@@ -17,7 +17,7 @@ require_once 'inc/collectd.inc.php'; | |||
17 | # apcups/voltage-input.rrd | 17 | # apcups/voltage-input.rrd |
18 | # apcups/voltage-output.rrd | 18 | # apcups/voltage-output.rrd |
19 | 19 | ||
20 | $obj = new Type_Default($CONFIG); | 20 | $obj = new Type_Default($CONFIG, $_GET); |
21 | 21 | ||
22 | switch($obj->args['type']) { | 22 | switch($obj->args['type']) { |
23 | case 'charge': | 23 | case 'charge': |