fixing actual YSFReflector link

This commit is contained in:
dg9vh 2016-09-30 21:35:40 +00:00
parent b202458fe0
commit 5251f236e9
2 changed files with 2 additions and 2 deletions

View file

@ -447,7 +447,7 @@ function getActualLink($logLines, $mode) {
// 01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901
// M: 2016-09-25 16:08:05.811 Connect to 62829 has been requested by DG9VH
foreach($logLines as $logLine) {
$to = -1;
$to = "";
if (strpos($logLine,"Starting YSFGateway")) {
$to = -1;
}

View file

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