summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-09-03 06:23:52 +0545
committerPhil Davis <phil.davis@inf.org>2015-09-03 06:23:52 +0545
commit46918a1f9bafe300e12e18ead1c7d31250506047 (patch)
tree7db8674efcb8165f1d6e41d7688a69cbf115fb00 /src/usr/local/www/diag_dns.php
parentb782c90414d57b3418e7cc816911abba79634af9 (diff)
parent99297d97496e9cc6260fc0c6e71ce2ebbbba8fa1 (diff)
downloadpfsense-46918a1f9bafe300e12e18ead1c7d31250506047.zip
pfsense-46918a1f9bafe300e12e18ead1c7d31250506047.tar.gz
Merge with bootstrap
Diffstat (limited to 'src/usr/local/www/diag_dns.php')
-rwxr-xr-xsrc/usr/local/www/diag_dns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index 45c4a91..140bf4b 100755
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -213,7 +213,7 @@ else if (!$resolved && $type)
if ($createdalias)
print('<div class="alert alert-success" role="alert">'.gettext("Alias was created/updated successfully").'</div>');
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form('Lookup');
$section = new Form_Section('DNS Lookup');
OpenPOWER on IntegriCloud