mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-08-04 06:12:28 -04:00
Add forgotten semicola
This commit is contained in:
parent
a73b8734cb
commit
bec01172a1
@ -53,10 +53,10 @@ for ($i=0;$i<$Reflector->PeerCount();$i++) {
|
|||||||
}
|
}
|
||||||
if ($URL) {
|
if ($URL) {
|
||||||
echo '
|
echo '
|
||||||
<td><a href="'.$URL.'" target="_blank" class="listinglink" title="Visit the Dashboard of '.$Name.'">'.$Name.'</a></td>'
|
<td><a href="'.$URL.'" target="_blank" class="listinglink" title="Visit the Dashboard of '.$Name.'">'.$Name.'</a></td>';
|
||||||
} else {
|
} else {
|
||||||
echo '
|
echo '
|
||||||
<td>'.$Name.'</td>'
|
<td>'.$Name.'</td>';
|
||||||
}
|
}
|
||||||
echo '
|
echo '
|
||||||
<td>'.date("d.m.Y H:i", $Reflector->Peers[$i]->GetLastHeardTime()).'</td>
|
<td>'.date("d.m.Y H:i", $Reflector->Peers[$i]->GetLastHeardTime()).'</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user