summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorrbgarga <garga@FreeBSD.org>2013-02-04 01:26:44 -0800
committerrbgarga <garga@FreeBSD.org>2013-02-04 01:26:44 -0800
commit0677741a587b58459331bdc36087596e91bd4d7f (patch)
treed705530ee23d2471f5205158feb6e9b3de50b8d8 /usr/local
parent032c72453158ed20c38c57015e3ffd1eead2e3dc (diff)
parentfe17da8a411c95e6444ab3c9929ff6e529ba2981 (diff)
downloadpfsense-0677741a587b58459331bdc36087596e91bd4d7f.zip
pfsense-0677741a587b58459331bdc36087596e91bd4d7f.tar.gz
Merge pull request #371 from bcyrill/patch-18
Fix filterdns termination
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/services_captiveportal_hostname.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php
index 7a7fb87..dbbb688 100755
--- a/usr/local/www/services_captiveportal_hostname.php
+++ b/usr/local/www/services_captiveportal_hostname.php
@@ -86,6 +86,7 @@ if ($_GET['act'] == "del" && !empty($cpzone)) {
unset($a_allowedhostnames[$_GET['id']]);
write_config();
+ captiveportal_allowedhostname_configure();
header("Location: services_captiveportal_hostname.php?zone={$cpzone}");
exit;
}
OpenPOWER on IntegriCloud