if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; }
if(!$entry['processed']) { $entry = process_syslog($entry, 1); }
if(!$entry['deleted']) {
$entry['hostname'] = gethostbyid($entry['device_id']);
echo("
| ");
echo("" . $entry['date'] . " | ");
$entry['hostname'] = shorthost($entry['hostname'], 20);
if($_GET['page'] != "device") {
echo("".generatedevicelink($entry)." | ");
}
echo("
" . $entry['program'] . " :
" . htmlspecialchars($entry['msg']) . "
|
|
");
}
?>