Skip to content

Commit fd08693

Browse files
committed
Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents 9d76344 + 5964ef0 commit fd08693

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)