diff options
author | Warren Baker <warren@decoy.co.za> | 2011-10-01 23:12:59 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-10-01 23:12:59 +0200 |
commit | 958f144a1d52590b0cd594be210967f348191808 (patch) | |
tree | 0fea1788474a7f7574eb828e5fa6c21bf66ae32b /etc/inc/unbound.inc | |
parent | 77ff55eadf00d78c19cced2f2ea7838655862d06 (diff) | |
download | pfsense-958f144a1d52590b0cd594be210967f348191808.zip pfsense-958f144a1d52590b0cd594be210967f348191808.tar.gz |
Add global for chroot environment
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r-- | etc/inc/unbound.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc index 2274f80..04395fe 100644 --- a/etc/inc/unbound.inc +++ b/etc/inc/unbound.inc @@ -37,7 +37,7 @@ /* Handle Domain overrides and DNS Rebinding domains */ function unbound_add_domain_overrides($pvt=false) { - global $config; + global $config, $g; $domains = $config['unbound']['domainoverrides']; |