aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/rrdtool.class.php
diff options
context:
space:
mode:
authorPim van den Berg2009-11-04 23:25:09 +0100
committerPim van den Berg2009-11-04 23:25:09 +0100
commitbafb1b8b80f32c23acf0a27af98782ac352110c3 (patch)
treecfaccee8a6ec3074001c8a2696bb807f555a8838 /inc/rrdtool.class.php
parentadd unixsock flush support (diff)
downloadapt-panopticon_cgp-bafb1b8b80f32c23acf0a27af98782ac352110c3.zip
apt-panopticon_cgp-bafb1b8b80f32c23acf0a27af98782ac352110c3.tar.gz
apt-panopticon_cgp-bafb1b8b80f32c23acf0a27af98782ac352110c3.tar.bz2
apt-panopticon_cgp-bafb1b8b80f32c23acf0a27af98782ac352110c3.tar.xz
code cleanup in rrdtool class
Diffstat (limited to 'inc/rrdtool.class.php')
-rw-r--r--inc/rrdtool.class.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/rrdtool.class.php b/inc/rrdtool.class.php
index e1a7b4b..7dcbc2a 100644
--- a/inc/rrdtool.class.php
+++ b/inc/rrdtool.class.php
@@ -1,9 +1,6 @@
1<?php 1<?php
2 2
3class RRDTool { 3class RRDTool {
4 var $width = 175;
5 var $height = 125;
6
7 function rrd_info($rrdfile) { 4 function rrd_info($rrdfile) {
8 if (file_exists($rrdfile)) { 5 if (file_exists($rrdfile)) {
9 $raw_info = shell_exec('/usr/bin/rrdtool info '.$rrdfile); 6 $raw_info = shell_exec('/usr/bin/rrdtool info '.$rrdfile);