diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 22:26:32 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 22:26:32 +0000 |
commit | 5f78884c96f28ea94f497bba5f241f46a568f6db (patch) | |
tree | 3beedc86c24915dd70ce6ebf5e72c977df2c2134 /usr/local | |
parent | 182c30de16f68cc373ae923dbe5af58c14442e16 (diff) | |
download | pfsense-5f78884c96f28ea94f497bba5f241f46a568f6db.zip pfsense-5f78884c96f28ea94f497bba5f241f46a568f6db.tar.gz |
* Drop kick reboots bye bye
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces_vlan_edit.php | 4 |
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; } |