aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_acls.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/unbound/unbound_acls.php')
-rw-r--r--config/unbound/unbound_acls.php5
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();