mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-07-30 04:02:25 -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) {
|
||||
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 {
|
||||
echo '
|
||||
<td>'.$Name.'</td>'
|
||||
<td>'.$Name.'</td>';
|
||||
}
|
||||
echo '
|
||||
<td>'.date("d.m.Y H:i", $Reflector->Peers[$i]->GetLastHeardTime()).'</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user