From 2e506568d0ab96fc5cf474272276e004cc0aa242 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 1 Sep 2005 22:14:09 +0000 Subject: [PATCH] Alert the user that the changes have been applied. --- usr/local/www/interfaces_assign.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php index ee1eb16372..9ae9f6f862 100755 --- a/usr/local/www/interfaces_assign.php +++ b/usr/local/www/interfaces_assign.php @@ -111,11 +111,10 @@ if ($_POST) { } } + $savemsg = get_std_save_message($retval); + write_config(); - /* reload all interfaces configuration */ - reload_interfaces(); - } } @@ -191,6 +190,7 @@ include("head.inc");

+
@@ -270,3 +270,10 @@ include("head.inc"); + +