mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
firewall: remove comment that is now false
This commit is contained in:
parent
31e16746fe
commit
e33a4ed298
@ -316,7 +316,6 @@ $( document ).ready(function() {
|
||||
<?php
|
||||
endif; ?>
|
||||
<?php
|
||||
// Show the anti-lockout rule if it's enabled, and we are on LAN with an if count > 1, or WAN with an if count of 1.
|
||||
if (!isset($config['system']['webgui']['noantilockout']) && ($selected_if == 'lan'
|
||||
|| ((count($config['interfaces']) == 1) && ($selected_if == 'wan')))):
|
||||
$alports = implode('<br />', filter_core_antilockout_ports());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user