aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-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);