We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d76344 + 5964ef0 commit fd08693Copy full SHA for fd08693
1 file changed
web/templates/admin/list_firewall_banlist.html
@@ -37,7 +37,7 @@
37
<?php
38
foreach ($data as $key => $value) {
39
++$i;
40
- list($ip,$chain) = split(":",$key);
+ list($ip,$chain) = explode(":",$key);
41
?>
42
<tr class="data-row">
43
<td class="data-dotted">
0 commit comments