summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 20:51:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 20:51:16 +0000
commita64f14a255d5491639bb9bce38b69161577ca89b (patch)
tree54c8fd5546e926a3b89ce0b78798bd202f9d5df0 /etc/inc/pfsense-utils.inc
parent08d824079f3eb107aa08c5d4803552ef23d359ea (diff)
downloadpfsense-a64f14a255d5491639bb9bce38b69161577ca89b.zip
pfsense-a64f14a255d5491639bb9bce38b69161577ca89b.tar.gz
Configure captive portal during reload_all())
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 848b5dd..4a79963 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1374,6 +1374,9 @@ function reload_all_sync() {
/* reload the filter */
filter_configure();
+ /* start the captive portal */
+ captiveportal_configure();
+
/* sync pw database */
conf_mount_rw();
mwexec("/usr/sbin/pwd_mkdb -d /etc/ /etc/master.passwd");
OpenPOWER on IntegriCloud