From 50f97bc263481652163f16365c323c1c10da96ee Mon Sep 17 00:00:00 2001 From: Lacrimosa99 Date: Tue, 5 Nov 2019 22:04:12 +0100 Subject: [PATCH] Update to new TS3 Update Server --- stuff/methods/functions_ts3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/methods/functions_ts3.php b/stuff/methods/functions_ts3.php index 2684caa7..96eca802 100644 --- a/stuff/methods/functions_ts3.php +++ b/stuff/methods/functions_ts3.php @@ -493,7 +493,7 @@ function getTS3Version ($type = 'server', $os = 'linux', $bit = 64, $url = null) if ($url === null) { // Currently there are two mirrors. - $urls = array('http://dl.4players.de/ts/releases/'); + $urls = array('https://files.teamspeak-services.com/releases/server/'); // 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))];