added "not cfmd" to reflector if not confirmed by parrot announcement
This commit is contained in:
parent
16d84575c3
commit
bb21c7ec9d
2 changed files with 3 additions and 3 deletions
|
@ -469,7 +469,7 @@ function getActualReflector($logLines, $mode) {
|
||||||
if ( $source == "RF") {
|
if ( $source == "RF") {
|
||||||
$to = substr($logLine, strpos($logLine, "to") + 3);
|
$to = substr($logLine, strpos($logLine, "to") + 3);
|
||||||
if (strlen($to) == 5 && startsWith($to, "4")) {
|
if (strlen($to) == 5 && startsWith($to, "4")) {
|
||||||
return "Reflector ".$to;
|
return "Reflector ".$to." (not cfmd)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("VERSION", "20160901-1");
|
define("VERSION", "20160908-1");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue