summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-25 03:35:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-25 03:35:12 +0000
commit39242ec7aab5593aa47bf70c40153f8736779f7b (patch)
tree2c2d1880b86c9b6e7d8143beb2ad02bfe1cf180a
parent401432ac620656511ffd9662d20c22fee0563914 (diff)
downloadpfsense-39242ec7aab5593aa47bf70c40153f8736779f7b.zip
pfsense-39242ec7aab5593aa47bf70c40153f8736779f7b.tar.gz
Kill -HEADisms
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper.php3
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper_edit.php3
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper_magic.php3
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper_pipes.php3
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper_pipes_edit.php4
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper_queues.php3
-rwxr-xr-xusr/local/www/m0n0/firewall_shaper_queues_edit.php3
7 files changed, 0 insertions, 22 deletions
diff --git a/usr/local/www/m0n0/firewall_shaper.php b/usr/local/www/m0n0/firewall_shaper.php
index 10a5a5a..3d93b0a 100755
--- a/usr/local/www/m0n0/firewall_shaper.php
+++ b/usr/local/www/m0n0/firewall_shaper.php
@@ -110,9 +110,6 @@ if ($_GET['act'] == "del") {
$pgtitle = "Firewall: Traffic Shaper";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
diff --git a/usr/local/www/m0n0/firewall_shaper_edit.php b/usr/local/www/m0n0/firewall_shaper_edit.php
index 8d02ae8..589a714 100755
--- a/usr/local/www/m0n0/firewall_shaper_edit.php
+++ b/usr/local/www/m0n0/firewall_shaper_edit.php
@@ -349,9 +349,6 @@ if ($_POST) {
}
$pgtitle = "Firewall: Traffic Shaper Edit";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
diff --git a/usr/local/www/m0n0/firewall_shaper_magic.php b/usr/local/www/m0n0/firewall_shaper_magic.php
index 94bfc18..f4f25c1 100755
--- a/usr/local/www/m0n0/firewall_shaper_magic.php
+++ b/usr/local/www/m0n0/firewall_shaper_magic.php
@@ -347,9 +347,6 @@ if ($_POST) {
$pgtitle = "Firewall: Traffic Shaper: Magic Shaper Wizard";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
diff --git a/usr/local/www/m0n0/firewall_shaper_pipes.php b/usr/local/www/m0n0/firewall_shaper_pipes.php
index d759e5b..aefc307 100755
--- a/usr/local/www/m0n0/firewall_shaper_pipes.php
+++ b/usr/local/www/m0n0/firewall_shaper_pipes.php
@@ -90,9 +90,6 @@ if ($_GET['act'] == "del") {
}
$pgtitle = "Firewall: Traffic Shaper - Pipes";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
diff --git a/usr/local/www/m0n0/firewall_shaper_pipes_edit.php b/usr/local/www/m0n0/firewall_shaper_pipes_edit.php
index 351397a..d9cf01f 100755
--- a/usr/local/www/m0n0/firewall_shaper_pipes_edit.php
+++ b/usr/local/www/m0n0/firewall_shaper_pipes_edit.php
@@ -100,10 +100,6 @@ if ($_POST) {
$pgtitle = "Firewall: Traffic Shaper - Pipes Edit";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
-
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
diff --git a/usr/local/www/m0n0/firewall_shaper_queues.php b/usr/local/www/m0n0/firewall_shaper_queues.php
index aa37bb1..85f2525 100755
--- a/usr/local/www/m0n0/firewall_shaper_queues.php
+++ b/usr/local/www/m0n0/firewall_shaper_queues.php
@@ -75,9 +75,6 @@ if ($_GET['act'] == "del") {
$pgtitle = "Firewall: Traffic Shaper - Queues";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
diff --git a/usr/local/www/m0n0/firewall_shaper_queues_edit.php b/usr/local/www/m0n0/firewall_shaper_queues_edit.php
index c67d47a..efa9ea4 100755
--- a/usr/local/www/m0n0/firewall_shaper_queues_edit.php
+++ b/usr/local/www/m0n0/firewall_shaper_queues_edit.php
@@ -84,9 +84,6 @@ if ($_POST) {
}
$pgtitle = "Firewall: Traffic Shaper: Queues Edit";
include("head.inc");
-/* put your custom HTML head content here */
-/* using some of the $pfSenseHead function calls */
-echo $pfSenseHead->getHTML();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
OpenPOWER on IntegriCloud