summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/firewall_nat.php9
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php10
-rwxr-xr-xusr/local/www/firewall_nat_out.php9
-rwxr-xr-xusr/local/www/firewall_nat_server.php10
4 files changed, 14 insertions, 24 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index eeb3037..d62d807 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -125,12 +125,9 @@ if (isset($_POST['del_x'])) {
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: Inbound";
- include("head.inc");
+$pgtitle = "Firewall: NAT: Inbound";
+include("head.inc");
+
?>
<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
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"); ?>
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"); ?>
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