Modified YSFReflector-switching to new YSFGateway.ini-Format

This commit is contained in:
Kim Huebel 2018-04-04 18:45:37 +00:00
parent 5bf0644c77
commit 9cb475cadd
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -49,7 +49,7 @@
echo "<td>$counter</td>";
for ($i = 0; $i < 5; $i++) {
if ($i == 0 && defined("ENABLEYSFREFLECTORSWITCHING")) {
echo"<td><a href=\"scripts/switchysfreflector.php?reflector=$reflector[3]\" title=\"Click to connect to\">$reflector[$i]</a>";
echo"<td><a href=\"scripts/switchysfreflector.php?reflector=$reflector[$i]\" title=\"Click to connect to\">$reflector[$i]</a>";
$i++;
if ($reflector[$i] !=="") {
if (startsWith($reflector[$i],"http"))

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20180218-3 (".getGitVersion().")");
define("VERSION", "20180404-1 (".getGitVersion().")");
?>