From 2f7de85eb28a903359c2a6667d87fb2313ae7f6e Mon Sep 17 00:00:00 2001 From: Federico Dossena Date: Wed, 31 Jul 2024 11:53:01 +0200 Subject: [PATCH] Fixed typos --- doc_docker.md | 2 +- docker/ui.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_docker.md b/doc_docker.md index 83397efc5..eb86df56a 100755 --- a/doc_docker.md +++ b/doc_docker.md @@ -51,7 +51,7 @@ Here's a list of additional environment variables available in this mode: * __`EMAIL`__: Email address for GDPR requests. Must be specified when telemetry is enabled. * __`DISABLE_IPINFO`__: If set to true, ISP info and distance will not be fetched from either ipinfo.io or the offline database. Default: value: `false` * __`IPINFO_APIKEY`__: API key for ipinfo.io. Optional, but required if you want to use the full ipinfo.io APIs (required for distance measurement) -* __`DISTANCE`__: When `DISABLE_IPINFO` is set to false, this specifies how the distance from the server is measured. Can be either `km` for kilometers, `mi` for miles, or an empty string to disable distance measurement. Requires an ipinfo.io API key Default value: `km` +* __`DISTANCE`__: When `DISABLE_IPINFO` is set to false, this specifies how the distance from the server is measured. Can be either `km` for kilometers, `mi` for miles, or an empty string to disable distance measurement. Requires an ipinfo.io API key. Default value: `km` * __`WEBPORT`__: Allows choosing a custom port for the included web server. Default value: `80`. Note that you will have to expose it through docker with the -p argument If telemetry is enabled, a stats page will be available at `http://your.server/results/stats.php`, but a password must be specified. diff --git a/docker/ui.php b/docker/ui.php index c38763816..90feb5a8e 100755 --- a/docker/ui.php +++ b/docker/ui.php @@ -10,7 +10,7 @@ function I(i){return document.getElementById(i);} //LIST OF TEST SERVERS. See documentation for details if needed var SPEEDTEST_SERVERS=[];