summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/load_balancer_pool.php')
-rwxr-xr-xusr/local/www/load_balancer_pool.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php
index 80b6941..2890bd8 100755
--- a/usr/local/www/load_balancer_pool.php
+++ b/usr/local/www/load_balancer_pool.php
@@ -54,7 +54,7 @@ if ($_POST) {
$retval |= relayd_configure();
$savemsg = get_std_save_message($retval);
- unlink_if_exists($d_vsconfdirty_path);
+ clear_subsystem_dirty('loadbalancer');
}
}
@@ -73,7 +73,7 @@ if ($_GET['act'] == "del") {
if (!$input_errors) {
unset($a_pool[$_GET['id']]);
write_config();
- touch($d_vsconfdirty_path);
+ mark_subsystem_dirty('loadbalancer');
header("Location: load_balancer_pool.php");
exit;
}
@@ -98,7 +98,7 @@ include("head.inc");
<form action="load_balancer_pool.php" method="post">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if (file_exists($d_vsconfdirty_path)): ?><p>
+<?php if (is_subsystem_dirty('loadbalancer')): ?><p>
<?php print_info_box_np("The load balancer configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud