mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -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
|
||||
foreach ($data as $key => $value) {
|
||||
++$i;
|
||||
list($ip,$chain) = split(":",$key);
|
||||
list($ip,$chain) = explode(":",$key);
|
||||
?>
|
||||
<tr class="data-row">
|
||||
<td class="data-dotted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue