From ada986a606495d628f2364196fb2b7954a64670e Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 15 Sep 2015 14:37:27 -0500 Subject: [PATCH] Clean up CP Warning, clients haven't been disconnected upon save in quite some time. --- src/usr/local/www/services_captiveportal.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index fdfb34679b..d8188b2754 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:' . '
' . '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:' . '
' . '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.')); ?>