mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update list_firewall_banlist.html
This commit is contained in:
parent
dbf793a719
commit
d38d741831
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue