mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-21 03:11:54 +01:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user