added "not cfmd" to reflector if not confirmed by parrot announcement

This commit is contained in:
root 2016-09-08 19:30:54 +00:00
parent 16d84575c3
commit bb21c7ec9d
2 changed files with 3 additions and 3 deletions

View file

@ -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)";
}
}
}

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20160901-1");
?>
define("VERSION", "20160908-1");
?>