mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Merge branch 'beta'
This commit is contained in:
commit
5da2179fd1
@ -929,7 +929,8 @@ function InsertLookupLink( $szIP, $szDomain, $prepend, $append )
|
||||
(($pos = strpos($szIP, "10.")) !== FALSE && $pos == 0) ||
|
||||
(($pos = strpos($szIP, "127.")) !== FALSE && $pos == 0) ||
|
||||
(($pos = strpos($szIP, "172.")) !== FALSE && $pos == 0) ||
|
||||
(($pos = strpos($szIP, "192.")) !== FALSE && $pos == 0)
|
||||
(($pos = strpos($szIP, "192.")) !== FALSE && $pos == 0) ||
|
||||
(($pos = strpos($szIP, "255.")) !== FALSE && $pos == 0)
|
||||
)
|
||||
// Do not create a LINK in this case!
|
||||
$szReturn .= '<b>' . $szIP . '</b>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user