summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-26 22:13:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-26 22:13:27 +0000
commit6e07381eebd972fb8a70a084d665bd51c8c4f162 (patch)
tree2bc815975a0335199e0555b5c494a2965bdcff3f /usr
parent931cb4e4ae2ddf6569ec67ea07fcb4f4d3881a83 (diff)
downloadpfsense-6e07381eebd972fb8a70a084d665bd51c8c4f162.zip
pfsense-6e07381eebd972fb8a70a084d665bd51c8c4f162.tar.gz
Do not return fbegin twice.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/firewall_system_tunables.php1
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php
index 6fead1e..2ac0a30 100644
--- a/usr/local/www/firewall_system_tunables.php
+++ b/usr/local/www/firewall_system_tunables.php
@@ -66,7 +66,6 @@ if ($_GET['act'] == "del") {
}
include("head.inc");
-include("fbegin.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 68bb60a..2977929 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -80,7 +80,6 @@ if ($_POST) {
}
include("head.inc");
-include("fbegin.inc");
?>
OpenPOWER on IntegriCloud