summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.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_out.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_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 7441075..39ac051 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -172,12 +172,9 @@ if (isset($_POST['del_x'])) {
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: Outgoing";
- include("head.inc");
+$pgtitle = "Firewall: NAT: Outgoing";
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud