Modified YSFReflector-switching to new YSFGateway.ini-Format
This commit is contained in:
parent
5bf0644c77
commit
9cb475cadd
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
define("VERSION", "20180218-3 (".getGitVersion().")");
|
||||
define("VERSION", "20180404-1 (".getGitVersion().")");
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue