fixing actual YSFReflector link

This commit is contained in:
dg9vh 2016-10-09 19:58:36 +00:00
parent 22df2ef377
commit 4982146762
2 changed files with 2 additions and 2 deletions

View file

@ -470,7 +470,7 @@ function getActualLink($logLines, $mode) {
$to = -1;
}
if (strpos($logLine,"Connect to")) {
$to = substr($logLine, 47, 5);
$to = substr($logLine, 38, 5);
}
if (strpos($logLine,"Automatic connection to")) {
$to = substr($logLine, 51, 5);

View file

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