From 99842a8ba42939b8c322bd473f1f81dd60a5a98f Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 23 Oct 2020 18:22:27 +0200 Subject: [PATCH] Remove TS3 server ID from metrics We don't really use it for anything, so we don't need to collect it. --- src/installer/pages/1.php | 2 +- src/installer/pages/7.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/installer/pages/1.php b/src/installer/pages/1.php index e900d6d..da39d53 100644 --- a/src/installer/pages/1.php +++ b/src/installer/pages/1.php @@ -104,7 +104,7 @@
  • TeamSpeak server info (version, build number, host OS name, slot count, - are you using serveradmin for query, server's unique ID) + are you using serveradmin for query)
  • diff --git a/src/installer/pages/7.php b/src/installer/pages/7.php index 4900324..cae60a8 100644 --- a/src/installer/pages/7.php +++ b/src/installer/pages/7.php @@ -46,7 +46,6 @@ if(!empty($_COOKIE["tsw_allow_metrics"])) { $tsInfo = $tsAdmin->getInfo(); $data["ts"] = [ - "uid" => (string) $tsInfo["virtualserver_unique_identifier"], "version" => (string) $tsInfo["virtualserver_version"], "platform" => (string) $tsInfo["virtualserver_platform"], "slotCount" => $tsInfo["virtualserver_maxclients"],