summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2013-02-02 21:35:12 +0100
committerbcyrill <cyrill@bannwart.info>2013-02-02 21:35:12 +0100
commitfe17da8a411c95e6444ab3c9929ff6e529ba2981 (patch)
treeaa890d5e7fbd9e7fbc4d583fcaf8b1ec9651147e /usr/local/www/services_captiveportal_hostname.php
parent7b5eab845c5d631d5dd932bc33da530967f4262b (diff)
downloadpfsense-fe17da8a411c95e6444ab3c9929ff6e529ba2981.zip
pfsense-fe17da8a411c95e6444ab3c9929ff6e529ba2981.tar.gz
Reconfigure allowed hostnames when deleting entries
Diffstat (limited to 'usr/local/www/services_captiveportal_hostname.php')
-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