summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
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 a1267e2..4629a4c 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