mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
firewall: ancient copy+paste error in scrub rules
This commit is contained in:
parent
a5fed616a5
commit
4c559a63d4
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ include("head.inc");
|
|||
<tr>
|
||||
<td><a id="help_for_interface" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Interface");?></td>
|
||||
<td>
|
||||
<select name="interface[]" title="<?=gettext("Select interfaces...");?>" multiple="multiple" class="selectpicker" data-live-search="true" data-size="5" <?=!empty($pconfig['associated-rule-id']) ? "disabled" : "";?>>
|
||||
<select name="interface[]" title="<?= html_safe('Select interfaces...') ?>" multiple="multiple" class="selectpicker" data-live-search="true" data-size="5">
|
||||
<?php
|
||||
foreach (legacy_config_get_interfaces(array("enable" => true)) as $iface => $ifaceInfo): ?>
|
||||
<option value="<?=$iface;?>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue