diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-02 16:39:49 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-02 16:39:57 -0500 |
commit | 847e5e8257b58906a0d12ce48275cae7162aab47 (patch) | |
tree | d0fa1d740431d437246eae7dfd80729c72afae3b /etc/inc | |
parent | 7d9d6f6a98ee89e224494005cdac41bfc631ff24 (diff) | |
download | pfsense-847e5e8257b58906a0d12ce48275cae7162aab47.zip pfsense-847e5e8257b58906a0d12ce48275cae7162aab47.tar.gz |
Note reinit will disconnect folks
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/captiveportal.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 353463f..de1c09e 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -498,6 +498,7 @@ function captiveportal_init_webgui() { $res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal-SSL.conf"); } +/* reinit will disconnect all users, be careful! */ function captiveportal_init_rules($reinit = false) { global $config, $g; |