summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-29 01:32:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-29 01:32:04 +0000
commit076ebc9fb708e660d2e8eba3c92ec76e3b3e98c9 (patch)
treea9ba2e5866ec427fbf081206734e7acc5a2117dd /usr
parent96c788d5eda65ac88fadc2a11964b70fa60fd680 (diff)
downloadpfsense-076ebc9fb708e660d2e8eba3c92ec76e3b3e98c9.zip
pfsense-076ebc9fb708e660d2e8eba3c92ec76e3b3e98c9.tar.gz
Actually turn on captive portal after saving changes
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 1123099..d13bc05 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -161,6 +161,8 @@ if ($_POST) {
write_config();
+ filter_configure();
+
$retval = 0;
if (!file_exists($d_sysrebootreqd_path)) {
config_lock();
OpenPOWER on IntegriCloud