summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_domainoverride_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-15 03:44:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-15 03:44:10 +0000
commit595a84496179e7e1ec68886cabbd978d2e55e4ec (patch)
tree08ef10b22fa6ed59183678fc3a0a2a512a225c27 /usr/local/www/services_dnsmasq_domainoverride_edit.php
parent214536214cbfa7b8b30410ccf1c279fdfe2cf596 (diff)
downloadpfsense-595a84496179e7e1ec68886cabbd978d2e55e4ec.zip
pfsense-595a84496179e7e1ec68886cabbd978d2e55e4ec.tar.gz
Move alert box into correct area
Diffstat (limited to 'usr/local/www/services_dnsmasq_domainoverride_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_domainoverride_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php
index 4ce1509..4079572 100755
--- a/usr/local/www/services_dnsmasq_domainoverride_edit.php
+++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php
@@ -96,7 +96,6 @@ if ($_POST) {
}
}
?>
-<?php if ($input_errors) print_input_errors($input_errors); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
@@ -107,6 +106,7 @@ if ($_POST) {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
+<?php if ($input_errors) print_input_errors($input_errors); ?>
<p class="pgtitle">Services: DNS forwarder</p>
<form action="services_dnsmasq_domainoverride_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
OpenPOWER on IntegriCloud