From 789e0b9d4dc5d41fee83ae87075df13cadc2c838 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Mar 2006 19:04:25 +0000 Subject: Reload at the end of the page --- usr/local/www/interfaces_lan.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index b800050..6a9ad88 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -128,8 +128,6 @@ if ($_POST) { if ($_POST['apply'] <> "") { - interfaces_lan_configure(); - unlink($d_landirty_path); $savemsg = "The changes have been applied. You may need to correct the web browsers ip address."; @@ -258,6 +256,8 @@ function enable_change(enable_over) { if ($_POST['apply'] <> "") { + interfaces_lan_configure(); + if(file_exists($d_landirty_path)) unlink($d_landirty_path); -- cgit v1.1