aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-12-04 13:06:03 +0100
committerdoktornotor <notordoktor@gmail.com>2015-12-04 13:06:03 +0100
commit3fa5e6c4d7c580e8efce6f5e498dce46d7a43cd7 (patch)
treef905c8ce2536a2c96e6cb610af61890103d100c6 /config
parent2082491742e753d40ccde825ff951019233242b0 (diff)
downloadpfsense-packages-3fa5e6c4d7c580e8efce6f5e498dce46d7a43cd7.tar.gz
pfsense-packages-3fa5e6c4d7c580e8efce6f5e498dce46d7a43cd7.tar.bz2
pfsense-packages-3fa5e6c4d7c580e8efce6f5e498dce46d7a43cd7.zip
Add missing variable to pfb_global()
Diffstat (limited to 'config')
-rw-r--r--config/pfblockerng/pfblockerng.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/pfblockerng/pfblockerng.inc b/config/pfblockerng/pfblockerng.inc
index 69e010d3..c0e81b27 100644
--- a/config/pfblockerng/pfblockerng.inc
+++ b/config/pfblockerng/pfblockerng.inc
@@ -200,6 +200,7 @@ function pfb_global() {
$pfb['dnsbl'] = $pfb['dnsblconfig']['pfb_dnsbl']; // Enabled state of DNSBL
$pfb['dnsbl_port'] = $pfb['dnsblconfig']['pfb_dnsport'] ?: ''; // Lighttpd web server http port setting
$pfb['dnsbl_port_ssl'] = $pfb['dnsblconfig']['pfb_dnsport_ssl']?: ''; // Lighttpd web server https port setting
+ $pfb['dnsbl_alexa'] = $pfb['dnsblconfig']['alexa_enable']; // Alexa whitelist
// Restore previous download on failure (default to 'on')
$pfb['restore'] = $pfb['config']['restore_feed'] != '' ? $pfb['config']['restore_feed'] : 'on';