summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.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_1to1.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_1to1.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 9868235..d4c132d 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -69,12 +69,10 @@ if ($_GET['act'] == "del") {
exit;
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: 1:1";
- include("head.inc");
+
+$pgtitle = "Firewall: NAT: 1:1";
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud