Commit b360f5f9 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) firewall_rules.php redirect to correct page for "Block bogon...

(legacy) firewall_rules.php redirect to correct page for "Block bogon networks", closes https://github.com/opnsense/core/issues/713
parent a7e4762b
...@@ -371,7 +371,7 @@ $( document ).ready(function() { ...@@ -371,7 +371,7 @@ $( document ).ready(function() {
<td class="hidden-xs hidden-sm">&nbsp;</td> <td class="hidden-xs hidden-sm">&nbsp;</td>
<td><?=gettext("Block bogon networks");?></td> <td><?=gettext("Block bogon networks");?></td>
<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> </td>
</tr> </tr>
<?php <?php
......
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