mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Clean up CP Warning, clients haven't been disconnected upon save in quite
some time.
This commit is contained in:
parent
c52e1c1f3d
commit
ada986a606
@ -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.'));
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user