From 9fa74125f911fa4bc9bf2b1d561ea54df9280bce Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Apr 2006 23:44:44 +0000 Subject: MFC 11473 use correct dirty flag file and unlink on apply --- usr/local/www/load_balancer_pool.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php index ae8d0ff..4deb884 100755 --- a/usr/local/www/load_balancer_pool.php +++ b/usr/local/www/load_balancer_pool.php @@ -48,7 +48,7 @@ if ($_POST) { config_unlock(); $savemsg = get_std_save_message($retval); - //unlink_if_exists($d_poolconfdirty_path); + unlink_if_exists($d_vsconfdirty_path); } } @@ -67,7 +67,7 @@ if ($_GET['act'] == "del") { if (!$input_errors) { unset($a_pool[$_GET['id']]); write_config(); - touch($d_poolconfdirty_path); + touch($d_vsconfdirty_path); header("Location: load_balancer_pool.php"); exit; } @@ -84,7 +84,7 @@ include("head.inc");
-

+

You must apply the changes in order for them to take effect.");?>
-- cgit v1.1