From d47703f24b8495a62d8dda4ecfda7338cc068bd3 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Sun, 2 Oct 2011 17:13:30 +0200 Subject: Remove process check for ACL page so that they can be setup *before* starting Unbound --- config/unbound/unbound_acls.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config/unbound/unbound_acls.php') 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(); -- cgit v1.2.3