diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-26 22:13:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-26 22:13:27 +0000 |
commit | 6e07381eebd972fb8a70a084d665bd51c8c4f162 (patch) | |
tree | 2bc815975a0335199e0555b5c494a2965bdcff3f /usr | |
parent | 931cb4e4ae2ddf6569ec67ea07fcb4f4d3881a83 (diff) | |
download | pfsense-6e07381eebd972fb8a70a084d665bd51c8c4f162.zip pfsense-6e07381eebd972fb8a70a084d665bd51c8c4f162.tar.gz |
Do not return fbegin twice.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/firewall_system_tunables.php | 1 | ||||
-rw-r--r-- | usr/local/www/firewall_system_tunables_edit.php | 1 |
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"); ?> |