diff options
Diffstat (limited to '')
-rw-r--r-- | inc/rrdtool.class.php | 3 |
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 | ||
3 | class RRDTool { | 3 | class 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); |