From bb21c7ec9daa5f5cdb58a09ffae280828bc5521c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 8 Sep 2016 19:30:54 +0000 Subject: [PATCH] added "not cfmd" to reflector if not confirmed by parrot announcement --- include/functions.php | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/functions.php b/include/functions.php index 9f3c95e..8b84e72 100644 --- a/include/functions.php +++ b/include/functions.php @@ -469,7 +469,7 @@ function getActualReflector($logLines, $mode) { if ( $source == "RF") { $to = substr($logLine, strpos($logLine, "to") + 3); if (strlen($to) == 5 && startsWith($to, "4")) { - return "Reflector ".$to; + return "Reflector ".$to." (not cfmd)"; } } } diff --git a/version.php b/version.php index 0d3ac62..153c71e 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@ \ No newline at end of file +define("VERSION", "20160908-1"); +?>