summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 22:26:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 22:26:32 +0000
commit5f78884c96f28ea94f497bba5f241f46a568f6db (patch)
tree3beedc86c24915dd70ce6ebf5e72c977df2c2134 /usr/local/www/interfaces_vlan_edit.php
parent182c30de16f68cc373ae923dbe5af58c14442e16 (diff)
downloadpfsense-5f78884c96f28ea94f497bba5f241f46a568f6db.zip
pfsense-5f78884c96f28ea94f497bba5f241f46a568f6db.tar.gz
* Drop kick reboots bye bye
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-xusr/local/www/interfaces_vlan_edit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php
index 6021613..665a933 100755
--- a/usr/local/www/interfaces_vlan_edit.php
+++ b/usr/local/www/interfaces_vlan_edit.php
@@ -86,7 +86,9 @@ if ($_POST) {
$a_vlans[] = $vlan;
write_config();
- touch($d_sysrebootreqd_path);
+
+ reload_interfaces();
+
header("Location: interfaces_vlan.php");
exit;
}
OpenPOWER on IntegriCloud