Added Syslog, Eventlog and Globe Map widgets

This commit is contained in:
laf
2015-08-01 15:36:15 +00:00
parent 8a54cddaf2
commit 2e24c633c9
15 changed files with 166 additions and 80 deletions

View File

@@ -192,7 +192,9 @@ if ($config['enable_syslog']) {
foreach (dbFetchRows($sql) as $entry) {
$entry = array_merge($entry, device_by_id_cache($entry['device_id']));
unset($syslog_output);
include 'includes/print-syslog.inc.php';
echo $syslog_output;
}
echo '</table>';