updated link

Seems this option was in _admin and moved to _firewall. Now it links to the correct page for editing anti lockout rule
This commit is contained in:
Michael 2018-03-26 12:08:48 +02:00 committed by Franco Fichtner
parent 80ce75e373
commit aaf478aa03

View File

@ -361,7 +361,7 @@ $( document ).ready(function() {
<td class="hidden-xs hidden-sm">&nbsp;</td>
<td><?=gettext("Anti-Lockout Rule");?></td>
<td>
<a href="system_advanced_admin.php" data-toggle="tooltip" title="<?=gettext("change configuration");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
<a href="system_advanced_firewall.php" data-toggle="tooltip" title="<?=gettext("change configuration");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
</td>
</tr>
<?php