Update list_firewall_banlist.html

This commit is contained in:
anton-reutov 2014-12-04 00:42:24 +03:00
commit d38d741831

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">