mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
(legacy) regression firewall_nat_out_edit.php protocol any missed
This commit is contained in:
parent
ddcc2c85c4
commit
87f8fc5a7d
@ -441,7 +441,7 @@ include("head.inc");
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<select id="proto" name="protocol" class="selectpicker" data-live-search="true" data-size="5" data-width="auto">
|
||||
<?php foreach (explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF") as $proto):
|
||||
<?php foreach (explode(" ", "any TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF") as $proto):
|
||||
?>
|
||||
<option value="<?=strtolower($proto);?>" <?= strtolower($proto) == $pconfig['protocol'] ? "selected=\"selected\"" : ""; ?>>
|
||||
<?=$proto;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user