From b51ca9d0cb74ff01b00dc5bb76dfe4869e70b5e8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 4 Apr 2006 22:03:46 +0000 Subject: [PATCH] Add PPPOE options. --- usr/local/www/firewall_nat_edit.php | 4 +++- usr/local/www/firewall_rules.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php index 26bdb1a701..dd800fbece 100755 --- a/usr/local/www/firewall_nat_edit.php +++ b/usr/local/www/firewall_nat_edit.php @@ -222,6 +222,8 @@ if ($_POST) { $config['filter']['rule'][] = $filterent; + touch($d_filterconfdirty_path); + write_config(); header("Location: firewall_nat.php?savemsg=The%20changes%20have%20been%20saved.%20%20Please%20note%20that%20we%20have%20added%20an%20additional%20rule%20for%20the%20FTP%20helper."); @@ -257,7 +259,7 @@ include("fbegin.inc"); ?>