diff options
author | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-10-04 15:56:17 +0200 |
---|---|---|
committer | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-10-04 15:56:17 +0200 |
commit | 221cb3e812db32a687b3f381bb74e9df61311872 (patch) | |
tree | 65a78497c87b43eaa18c28830dc957ce195ebdc4 /config/unbound | |
parent | 42b72a5b9995b92c6d6b5e8217484f3d8cd4559b (diff) | |
parent | e178ef94bf3930b9a9bc5e0f563bc0412ae1cee6 (diff) | |
download | pfsense-packages-221cb3e812db32a687b3f381bb74e9df61311872.tar.gz pfsense-packages-221cb3e812db32a687b3f381bb74e9df61311872.tar.bz2 pfsense-packages-221cb3e812db32a687b3f381bb74e9df61311872.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound_acls.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/unbound/unbound_acls.php b/config/unbound/unbound_acls.php index 40f21595..ff3ce3bd 100644 --- a/config/unbound/unbound_acls.php +++ b/config/unbound/unbound_acls.php @@ -32,11 +32,6 @@ require("guiconfig.inc"); require("unbound.inc"); -if(!is_process_running("unbound")) { - Header("Location: /pkg_edit.php?xml=unbound.xml&id=0"); - exit; -} - if (!is_array($config['installedpackages']['unboundacls']['config'])) $config['installedpackages']['unboundacls']['config'] = array(); |