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