Commit e33a4ed2 authored by Franco Fichtner's avatar Franco Fichtner

firewall: remove comment that is now false

parent 31e16746
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment