Fixed problem with linked to MMDVM
This commit is contained in:
parent
4ba4ba2096
commit
e9894550e3
2 changed files with 4 additions and 1 deletions
|
@ -762,6 +762,9 @@ function getActualLink($logLines, $mode) {
|
||||||
}
|
}
|
||||||
if (strpos($logLine,"Linked to")) {
|
if (strpos($logLine,"Linked to")) {
|
||||||
$to = substr($logLine, 37, 16);
|
$to = substr($logLine, 37, 16);
|
||||||
|
if ($to == "MMDVM" )
|
||||||
|
continue;
|
||||||
|
|
||||||
}
|
}
|
||||||
if ($to !== "") {
|
if ($to !== "") {
|
||||||
$fp = fopen('/tmp/YSFState.txt', 'w');
|
$fp = fopen('/tmp/YSFState.txt', 'w');
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("VERSION", "20180404-3 (".getGitVersion().")");
|
define("VERSION", "20180604-1 (".getGitVersion().")");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue