summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-10 22:30:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-10 22:30:35 +0000
commit34e5e52a7df21a8d992b023a5c54a60b653323b0 (patch)
tree276d30a0b992e7a66ff85669353a7eb597f25e8d /etc
parentd15ac642fcb1ee1fba8f79519c3f3a2afa9f1612 (diff)
downloadpfsense-34e5e52a7df21a8d992b023a5c54a60b653323b0.zip
pfsense-34e5e52a7df21a8d992b023a5c54a60b653323b0.tar.gz
Remove CDROM check from RRD graphing.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index ff70717..a44acb7 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1827,10 +1827,6 @@ function enable_rrd_graphing()
global $config, $g;
- /* cdrom platform not supported due to read only /usr/local/www (no symlink) */
- if($g['platform'] == "cdrom")
- return;
-
$rrddbpath = "/var/db/rrd/";
$rrdgraphpath = "/usr/local/www/rrd";
$rrdtrafficinterval = 60;
OpenPOWER on IntegriCloud