summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-10 18:38:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-10 18:38:14 +0000
commit177c4ab8afcdf899a45fc2ac37a9786582989958 (patch)
tree75008dfc10ffd33fb8142e0bacca1de8b782715c /usr/local/www/interfaces_lan.php
parent03e6d007a9fda63009d6cf8b6532dee9ddc89f2c (diff)
downloadpfsense-177c4ab8afcdf899a45fc2ac37a9786582989958.zip
pfsense-177c4ab8afcdf899a45fc2ac37a9786582989958.tar.gz
Remove reboot blurb
Diffstat (limited to 'usr/local/www/interfaces_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 633dd25..c51907a 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -111,9 +111,6 @@ if ($_POST) {
if (($lancfg['ipaddr'] != $_POST['ipaddr']) || ($lancfg['subnet'] != $_POST['subnet'])) {
update_if_changed("IP Address", &$lancfg['ipaddr'], $_POST['ipaddr']);
update_if_changed("subnet", &$lancfg['subnet'], $_POST['subnet']);
-
- /* We'll need to reboot after this */
- touch($d_sysrebootreqd_path);
}
if($_POST['bandwidth'] <> "" and $_POST['bandwidthtype'] <> "") {
OpenPOWER on IntegriCloud