Menu

#52 to_host.php, Correct the Query

open
Web pages (22)
5
2009-03-06
2009-03-06
Anonymous
No

Line where: $query = "SELECT ....
find there: 'INET_NTOA(u.ip_saddr) AS ip_src FROM ulog u LEFT OUTER JOIN host_cache shc ON u.ip_daddr = shc.ip'
change to: INET_NTOA(u.ip_saddr) AS ip_src FROM ulog u LEFT OUTER JOIN host_cache shc ON u.ip_daddr = shc.ip'
may be helps to correct display of frontend in Report

Discussion


Log in to post a comment.