diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/memcached.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/memcached.php b/plugin/memcached.php index b30c27c..e011c9e 100644 --- a/plugin/memcached.php +++ b/plugin/memcached.php | |||
@@ -21,7 +21,7 @@ require_once 'inc/collectd.inc.php'; | |||
21 | # ps_cputime.rrd | 21 | # ps_cputime.rrd |
22 | 22 | ||
23 | 23 | ||
24 | switch($_GET['t']) { | 24 | switch(GET('t')) { |
25 | # df-cache.rrd | 25 | # df-cache.rrd |
26 | case 'df': | 26 | case 'df': |
27 | require_once 'type/Default.class.php'; | 27 | require_once 'type/Default.class.php'; |