firewall: remove comment that is now false

This commit is contained in:
Franco Fichtner 2016-12-20 22:42:04 +01:00
parent 31e16746fe
commit e33a4ed298

View File

@ -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());