diff options
author | Warren Baker <warren@decoy.co.za> | 2011-10-02 17:13:30 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-10-02 17:13:30 +0200 |
commit | d47703f24b8495a62d8dda4ecfda7338cc068bd3 (patch) | |
tree | 12e8bb10e2bdbf46539f79e64332a802cdf44920 /config | |
parent | 067056363be7abfa95c0873c99347e826a109fc6 (diff) | |
download | pfsense-packages-d47703f24b8495a62d8dda4ecfda7338cc068bd3.tar.gz pfsense-packages-d47703f24b8495a62d8dda4ecfda7338cc068bd3.tar.bz2 pfsense-packages-d47703f24b8495a62d8dda4ecfda7338cc068bd3.zip |
Remove process check for ACL page so that they can be setup *before* starting Unbound
Diffstat (limited to 'config')
-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(); |