summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 01:22:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 01:22:19 +0000
commit13e1ceb4de44c0299e256467d5c8c25eca31cd8c (patch)
tree4caa8a459d9c6a514fa5e25ea0e2e857049ffd74 /usr
parent8f264616b1e2788111790f338e8e61afe98a6579 (diff)
downloadpfsense-13e1ceb4de44c0299e256467d5c8c25eca31cd8c.zip
pfsense-13e1ceb4de44c0299e256467d5c8c25eca31cd8c.tar.gz
call filter_configure() after setting up captive portal
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 3501358..bfb2f09 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -166,6 +166,7 @@ if ($_POST) {
if (!file_exists($d_sysrebootreqd_path)) {
config_lock();
$retval = captiveportal_configure();
+ filter_configure();
config_unlock();
}
$savemsg = get_std_save_message($retval);
OpenPOWER on IntegriCloud