|
' . $entry['datetime'] . '
| ');
if(!$_GET[id] && !$overview) {
$dev['device_id'] = $entry['host'];
$dev['hostname'] = $hostname;
echo("
" . generatedevicelink($dev, shorthost($dev['hostname'])) . "
| ");
}
echo('');
if($entry['interface']) {
echo(generateiflink(getifbyid($entry['interface'])));
}
echo(" | " . htmlspecialchars($entry['message']) . " |
");
?>