summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.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_domainoverride_edit.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_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 5862b15..5c2bedd 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -121,7 +121,7 @@ $pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Edit Dom
$shortcut_section = "resolver";
include("head.inc");
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form();
OpenPOWER on IntegriCloud