From c60824d20a3afad97dc7981d6db57300906ef233 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 3 Jul 2005 02:09:00 +0000 Subject: Correctly include head.inc --- usr/local/www/firewall_rules_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index f973687..bacf435 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -303,9 +303,11 @@ if ($_POST) { header("Location: firewall_rules.php?if=" . $_POST['interface']); exit; } +} + $pgtitle = "Firewall: Rules: Edit"; include("head.inc"); -} + ?>