fixing actual YSFReflector link
This commit is contained in:
parent
b202458fe0
commit
5251f236e9
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
define("VERSION", "20160930-2");
|
||||
define("VERSION", "20160930-3");
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue