diff options
author | Chris Buechler <cmb@pfsense.org> | 2011-02-20 21:15:09 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2011-02-20 21:15:09 -0500 |
commit | 0e3e825c7836a3c8bfef3e5ff3182c63a5133e51 (patch) | |
tree | 656744f43393eecc405ce3a2d51a7f5d6ccb7d7e /etc/inc/captiveportal.inc | |
parent | 75bf4f143cbf9540442e0fafb3049b3b34cb442f (diff) | |
download | pfsense-0e3e825c7836a3c8bfef3e5ff3182c63a5133e51.zip pfsense-0e3e825c7836a3c8bfef3e5ff3182c63a5133e51.tar.gz |
log when CP is restarted. ticket #1278
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r-- | etc/inc/captiveportal.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index e6fa70f..e2275ac 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -211,6 +211,8 @@ function captiveportal_configure() { if ($g['booting']) echo "Starting captive portal... "; + else + captiveportal_syslog("Restarting captive portal."); /* kill any running mini_httpd */ killbypid("{$g['varrun_path']}/lighty-CaptivePortal.pid"); @@ -1520,4 +1522,4 @@ function portal_ip_from_client_ip($cliip) { return false; } -?> +?>
\ No newline at end of file |