From a45b409a418e972d3de632de3dc08f36fa754f94 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 4 May 2016 17:37:30 +0200 Subject: [PATCH] another error line to ignore... --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/functions.php b/include/functions.php index c9fa768..fe6866e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -38,6 +38,8 @@ function getHeardList($logLines) { continue; } else if(strpos($logLine,"invalid access")) { continue; + } else if(strpos($logLine,"received RF header for wrong repeater")) { + continue; } if(strpos($logLine,"end of")) {