summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-03-29 11:28:50 +0200
committerWarren Baker <warren@decoy.co.za>2014-03-29 11:28:50 +0200
commit05fec96ba8a65179ae150d6efb3fa76ea1601f07 (patch)
tree0b1e46683a694e8dbd6510d7e18f1ae59e0eb4b4 /usr/local/www/services_unbound.php
parent0ae676cd0cdf01634bb14c5d739c768c55ab842c (diff)
downloadpfsense-05fec96ba8a65179ae150d6efb3fa76ea1601f07.zip
pfsense-05fec96ba8a65179ae150d6efb3fa76ea1601f07.tar.gz
Reference correct dirty subsystem
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 6487c7b..bcc2a3c 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -106,7 +106,7 @@ if ($_POST) {
$retval = services_unbound_configure();
$savemsg = get_std_save_message($retval);
if ($retval == 0)
- clear_subsystem_dirty('unbound_hosts');
+ clear_subsystem_dirty('unbound');
}
}
@@ -134,7 +134,7 @@ function show_advanced_dns() {
<form action="services_unbound.php" method="post" name="iform" id="iform">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if (is_subsystem_dirty('unbound_hosts')): ?><p>
+<?php if (is_subsystem_dirty('unbound')): ?><p>
<?php print_info_box_np(gettext("The configuration for the DNS Resolver, has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?><br />
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="services unbound">
OpenPOWER on IntegriCloud