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:
Adam Amstrong
2007-04-03 16:45:36 +00:00
parent a50669dde9
commit 5c9fa4dd8c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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>