Clean up CP Warning, clients haven't been disconnected upon save in quite

some time.
This commit is contained in:
Chris Buechler 2015-09-15 14:37:27 -05:00
parent c52e1c1f3d
commit ada986a606

View File

@ -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.'));
?>