From 6e07381eebd972fb8a70a084d665bd51c8c4f162 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 May 2007 22:13:27 +0000 Subject: [PATCH] Do not return fbegin twice. --- usr/local/www/firewall_system_tunables.php | 1 - usr/local/www/firewall_system_tunables_edit.php | 1 - 2 files changed, 2 deletions(-) diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php index 6fead1e724..2ac0a30ada 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"); ?> "> diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php index 68bb60a366..29779292fe 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"); ?>