summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-25 00:02:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-25 00:02:32 +0000
commit093a01b059853c63abb04723b0e26339b41929c5 (patch)
tree69aff9871ad76498f61a481429bb153d0099f9e1 /usr/local
parent39a852587cd0f8d6931647a45e205aa484a0c989 (diff)
downloadpfsense-093a01b059853c63abb04723b0e26339b41929c5.zip
pfsense-093a01b059853c63abb04723b0e26339b41929c5.tar.gz
Do not set reboot needed flag
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/interfaces_assign.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index 7b48a39..ee1eb16 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -174,7 +174,9 @@ if ($_GET['act'] == "add") {
}
write_config();
- touch($d_sysrebootreqd_path);
+
+ reload_interfaces();
+
header("Location: interfaces_assign.php");
exit;
}
OpenPOWER on IntegriCloud