diff options
author | Pim van den Berg | 2010-10-10 12:39:32 +0200 |
---|---|---|
committer | Pim van den Berg | 2010-10-10 12:39:32 +0200 |
commit | b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4 (patch) | |
tree | 3932b7c45ff004292ea6cc3d4118c12eaa4bfc2a /plugin/memcached.php | |
parent | plugin: add cpufreq plugin (diff) | |
download | apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.zip apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.tar.gz apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.tar.bz2 apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.tar.xz |
plugin: remove php close tags
Diffstat (limited to '')
-rw-r--r-- | plugin/memcached.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/memcached.php b/plugin/memcached.php index 6157d69..b30c27c 100644 --- a/plugin/memcached.php +++ b/plugin/memcached.php | |||
@@ -180,5 +180,3 @@ $obj->rrd_format = '%5.1lf%s'; | |||
180 | 180 | ||
181 | collectd_flush($obj->identifiers); | 181 | collectd_flush($obj->identifiers); |
182 | $obj->rrd_graph(); | 182 | $obj->rrd_graph(); |
183 | |||
184 | ?> | ||