mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Changed some of the syslog printing code
git-svn-id: http://www.observium.org/svn/observer/trunk@18 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<?
|
||||
|
||||
$sql = "select *,DATE_FORMAT(datetime, '%D %M %Y %T') as humandate from logs ORDER BY datetime DESC LIMIT 1000";
|
||||
$sql = "select *,DATE_FORMAT(datetime, '%D %M %Y %T') as humandate from syslog ORDER BY datetime DESC LIMIT 1000";
|
||||
|
||||
echo("
|
||||
<table cellspacing=0 cellpadding=2>
|
||||
|
||||
Reference in New Issue
Block a user