summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-02 13:27:36 -0400
committerjim-p <jimp@pfsense.org>2015-09-02 13:27:36 -0400
commit328a238ac1bd873bea2b01f58d4d32e762b55ece (patch)
tree75b7b6eee4a93107f642f8589c7b763f470caedc /src/usr/local/www/services_unbound_acls.php
parent8eb003798bef020cc4799ddf78c352f69ab34cea (diff)
parentad2879b89a96cad751dd161fe01bc78aaabacc79 (diff)
downloadpfsense-328a238ac1bd873bea2b01f58d4d32e762b55ece.zip
pfsense-328a238ac1bd873bea2b01f58d4d32e762b55ece.tar.gz
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Diffstat (limited to 'src/usr/local/www/services_unbound_acls.php')
-rw-r--r--src/usr/local/www/services_unbound_acls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index 82fd30e..478ccee 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -192,7 +192,7 @@ $tab_array[] = array(gettext("Advanced settings"), false, "services_unbound_adva
$tab_array[] = array(gettext("Access Lists"), true, "/services_unbound_acls.php");
display_top_tabs($tab_array, true);
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
if($act=="new" || $act=="edit") {
OpenPOWER on IntegriCloud