summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-26 18:51:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-26 18:51:22 +0000
commitb165960316f570b6f20466ed849b7853c7377e51 (patch)
tree07aacc49fde11ad4566602cb67947353f7b29229 /usr/local/www/interfaces_lan.php
parentb18bff2071ac3d9a3c902efdf84bbe08188ab7c6 (diff)
downloadpfsense-b165960316f570b6f20466ed849b7853c7377e51.zip
pfsense-b165960316f570b6f20466ed849b7853c7377e51.tar.gz
* Call interfaces_lan_configure()
* Call interfaces_opt_configure($index)
Diffstat (limited to 'usr/local/www/interfaces_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 9a32a17..b800050 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -127,11 +127,13 @@ if ($_POST) {
touch($d_landirty_path);
if ($_POST['apply'] <> "") {
- interfaces_opt_configure();
+
+ interfaces_lan_configure();
unlink($d_landirty_path);
$savemsg = "The changes have been applied. You may need to correct the web browsers ip address.";
+
}
}
}
OpenPOWER on IntegriCloud