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"); +?>