fixing actual YSFReflector link
This commit is contained in:
parent
4d42cf0ff9
commit
509ea837d2
2 changed files with 5 additions and 2 deletions
|
@ -10,6 +10,9 @@ $lastHeard = getLastHeard($reverseLogLinesMMDVM, FALSE);
|
||||||
$_SESSION['lastHeard'] = $lastHeard;
|
$_SESSION['lastHeard'] = $lastHeard;
|
||||||
|
|
||||||
if (defined("ENABLEYSFGATEWAY")) {
|
if (defined("ENABLEYSFGATEWAY")) {
|
||||||
$activeYSFReflectors = getActiveYSFReflectors();
|
$logLinesYSFGateway = getYSFGatewayLog();
|
||||||
|
$reverseLogLinesYSFGateway = $logLinesYSFGateway;
|
||||||
|
array_multisort($reverseLogLinesYSFGateway,SORT_DESC);
|
||||||
|
$activeYSFReflectors = getActiveYSFReflectors();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("VERSION", "20161008-1");
|
define("VERSION", "20161008-2");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue