From e4e8c30f582a34bcdbef89903bc5581bec89940b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Mar 2006 19:09:53 +0000 Subject: Move reload pieces to end of page, call filter_configure() afterwards --- usr/local/www/interfaces_lan.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/local/www/interfaces_lan.php') diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index 6a9ad88..4209752 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -257,7 +257,10 @@ function enable_change(enable_over) { if ($_POST['apply'] <> "") { interfaces_lan_configure(); - + + /* sync filter configuration */ + filter_configure(); + if(file_exists($d_landirty_path)) unlink($d_landirty_path); -- cgit v1.1