From 39242ec7aab5593aa47bf70c40153f8736779f7b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 25 Mar 2007 03:35:12 +0000 Subject: Kill -HEADisms --- usr/local/www/m0n0/firewall_shaper.php | 3 --- usr/local/www/m0n0/firewall_shaper_edit.php | 3 --- usr/local/www/m0n0/firewall_shaper_magic.php | 3 --- usr/local/www/m0n0/firewall_shaper_pipes.php | 3 --- usr/local/www/m0n0/firewall_shaper_pipes_edit.php | 4 ---- usr/local/www/m0n0/firewall_shaper_queues.php | 3 --- usr/local/www/m0n0/firewall_shaper_queues_edit.php | 3 --- 7 files changed, 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(); ?> "> 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(); ?> "> 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(); ?> "> 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(); ?> "> 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(); - ?> "> 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(); ?> "> 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(); ?> "> -- cgit v1.1