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