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"],