mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
fd08693e12
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