Broken Link Fix

Broken Link Fix
This commit is contained in:
Michael 2017-02-25 12:41:21 +01:00
parent c65c01e6a7
commit 13baade97c

View File

@ -491,7 +491,7 @@ function getTS3Version ($type = 'server', $os = 'linux', $bit = 64, $url = null)
if ($url === null) {
// Currently there are two mirrors.
$urls = array('http://teamspeak.gameserver.gamed.de/ts3/releases/', 'http://dl.4players.de/ts/releases/');
$urls = array('http://dl.4players.de/ts/releases/');
// Use random value from urls array. Autocheck how many entries and fit the mt_rand parameters accordingly
$url = $urls[mt_rand(0, (count($urls) -1))];