Update log_viewer.php
This commit is contained in:
parent
d07ef4711a
commit
60ea942e1a
|
|
@ -244,7 +244,7 @@
|
|||
|
||||
if ($skip_line === false) {
|
||||
foreach ($array_filter as $v1) {
|
||||
$pos = strpos($log_line, $v1['pattern']);
|
||||
$pos = strpos($log_line, escape($v1['pattern']));
|
||||
//echo "</br> POS is: '$pos'</br>";
|
||||
if ($pos !== false) {
|
||||
//color adjustments on words in log line
|
||||
|
|
|
|||
Loading…
Reference in New Issue