From 093a01b059853c63abb04723b0e26339b41929c5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 25 Jul 2005 00:02:32 +0000 Subject: Do not set reboot needed flag --- usr/local/www/interfaces_assign.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/local') 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; } -- cgit v1.1