Merge pull request #252 from anton-reutov/patch-3

Update list_firewall_banlist.html
This commit is contained in:
Serghey Rodin 2014-12-04 00:11:20 +02:00
commit 5964ef0c07

View file

@ -37,7 +37,7 @@
<?php <?php
foreach ($data as $key => $value) { foreach ($data as $key => $value) {
++$i; ++$i;
list($ip,$chain) = split(":",$key); list($ip,$chain) = explode(":",$key);
?> ?>
<tr class="data-row"> <tr class="data-row">
<td class="data-dotted"> <td class="data-dotted">