mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
(legacy) firewall_rules.php redirect to correct page for "Block bogon networks", closes https://github.com/opnsense/core/issues/713
This commit is contained in:
parent
a7e4762b9c
commit
b360f5f958
@ -371,7 +371,7 @@ $( document ).ready(function() {
|
||||
<td class="hidden-xs hidden-sm"> </td>
|
||||
<td><?=gettext("Block bogon networks");?></td>
|
||||
<td>
|
||||
<a href="interfaces.php?if=<?=htmlspecialchars($if)?>#rfc1918" data-toggle="tooltip" title="<?=gettext("change configuration");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
|
||||
<a href="interfaces.php?if=<?=htmlspecialchars($selected_if)?>#rfc1918" data-toggle="tooltip" title="<?=gettext("change configuration");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user