summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_settings.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-09-20 19:24:30 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-09-20 19:24:30 +0000
commit48b135c66f5447c9a6f7c3bda2393394aec08714 (patch)
tree9302f40727226a99fef58e9fb9efb48f3f0612a6 /usr/local/www/status_rrd_graph_settings.php
parent3cf159129684e879ee37525f199670240de8ad4c (diff)
downloadpfsense-48b135c66f5447c9a6f7c3bda2393394aec08714.zip
pfsense-48b135c66f5447c9a6f7c3bda2393394aec08714.tar.gz
Fix enable/disable checkbox
Diffstat (limited to 'usr/local/www/status_rrd_graph_settings.php')
-rwxr-xr-xusr/local/www/status_rrd_graph_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_settings.php b/usr/local/www/status_rrd_graph_settings.php
index 98c6041..744a905 100755
--- a/usr/local/www/status_rrd_graph_settings.php
+++ b/usr/local/www/status_rrd_graph_settings.php
@@ -38,7 +38,7 @@
require("guiconfig.inc");
-$pconfig['enable'] = $config['rrd']['enable'];
+$pconfig['enable'] = isset($config['rrd']['enable']);
$pconfig['category'] = $config['rrd']['category'];
$pconfig['style'] = $config['rrd']['style'];
OpenPOWER on IntegriCloud