diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-09-15 14:37:27 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-09-15 14:37:27 -0500 |
commit | ada986a606495d628f2364196fb2b7954a64670e (patch) | |
tree | 92ad354585b9f2a90f25b9a6f7ea5258beb51f55 /src/usr/local | |
parent | c52e1c1f3da6ea28752b3da92609c6950342d1b3 (diff) | |
download | pfsense-ada986a606495d628f2364196fb2b7954a64670e.zip pfsense-ada986a606495d628f2364196fb2b7954a64670e.tar.gz |
Clean up CP Warning, clients haven't been disconnected upon save in quite
some time.
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/services_captiveportal.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index fdfb346..d8188b2 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -1137,10 +1137,9 @@ $section->addInput(new Form_Input( $form->add($section); print($form); -print_info_box(gettext('Warning:' . '<br />' . 'Changing any settings on this page will disconnect all clients! ' . - 'Don\'t forget to enable the DHCP server on your captive portal interface! ' . - 'Make sure that the default/maximum DHCP lease time is higher than the timeout entered on this page. ' . - 'Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work.')); +print_info_box(gettext('Warning:' . '<br />' . 'Don\'t forget to enable the DHCP server on your captive portal interface! ' . + 'Make sure that the default/maximum DHCP lease time is higher than the hard timeout entered on this page. ' . + 'Also, the DNS Forwarder or Resolver must be enabled for DNS lookups by unauthenticated clients to work.')); ?> |