diff options
Diffstat (limited to 'usr')
-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; } |