Skip to content

Commit d38d741

Browse files
committed
Update list_firewall_banlist.html
1 parent dbf793a commit d38d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_firewall_banlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<?php
3838
foreach ($data as $key => $value) {
3939
++$i;
40-
list($ip,$chain) = split(":",$key);
40+
list($ip,$chain) = explode(":",$key);
4141
?>
4242
<tr class="data-row">
4343
<td class="data-dotted">

0 commit comments

Comments
 (0)