summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-26 19:04:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-26 19:04:25 +0000
commit789e0b9d4dc5d41fee83ae87075df13cadc2c838 (patch)
tree972972e5ede152ebee0d1c94ed8b18af4d5da80b /usr/local
parentb165960316f570b6f20466ed849b7853c7377e51 (diff)
downloadpfsense-789e0b9d4dc5d41fee83ae87075df13cadc2c838.zip
pfsense-789e0b9d4dc5d41fee83ae87075df13cadc2c838.tar.gz
Reload at the end of the page
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/interfaces_lan.php4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud