Fixed problem with linked to MMDVM

This commit is contained in:
Kim Huebel 2018-06-04 12:45:48 +00:00
parent 4ba4ba2096
commit e9894550e3
2 changed files with 4 additions and 1 deletions

View file

@ -762,6 +762,9 @@ function getActualLink($logLines, $mode) {
}
if (strpos($logLine,"Linked to")) {
$to = substr($logLine, 37, 16);
if ($to == "MMDVM" )
continue;
}
if ($to !== "") {
$fp = fopen('/tmp/YSFState.txt', 'w');

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20180404-3 (".getGitVersion().")");
define("VERSION", "20180604-1 (".getGitVersion().")");
?>