summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_server.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 01:08:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 01:08:41 +0000
commit6eb1764727c45ad387f0409354bfa3345bc6b2d9 (patch)
tree2c0e0911a93b8e76322c50a58a5b70c8ebd183f3 /usr/local/www/firewall_nat_server.php
parent24f600b025b0bc5aaa2941d07b21c7ced2b6765a (diff)
downloadpfsense-6eb1764727c45ad387f0409354bfa3345bc6b2d9.zip
pfsense-6eb1764727c45ad387f0409354bfa3345bc6b2d9.tar.gz
Move more items to head (<html>, DOCTYPE)
Diffstat (limited to 'usr/local/www/firewall_nat_server.php')
-rwxr-xr-xusr/local/www/firewall_nat_server.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php
index b67fa77..cb0aa54 100755
--- a/usr/local/www/firewall_nat_server.php
+++ b/usr/local/www/firewall_nat_server.php
@@ -81,12 +81,10 @@ if ($_GET['act'] == "del") {
}
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: Server NAT";
- include("head.inc");
+
+$pgtitle = "Firewall: NAT: Server NAT";
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud