From a0f0c77fde7497055284625a4a707b94285e5b94 Mon Sep 17 00:00:00 2001 From: adolfintel Date: Mon, 6 Aug 2018 17:32:51 +0200 Subject: [PATCH] Updated text on telemetry examples --- example-telemetry-resultSharing.html | 1 + example-telemetryEnabled.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example-telemetry-resultSharing.html b/example-telemetry-resultSharing.html index f793dd7..3da8691 100644 --- a/example-telemetry-resultSharing.html +++ b/example-telemetry-resultSharing.html @@ -289,6 +289,7 @@ function initUI(){ +
Basic telemetry is active; results will be saved in your database, without the full log. If the results don't appear, or the sharing panel doesn't appear at the end of the test, check the settings in telemetry_settings.php
Source code diff --git a/example-telemetryEnabled.html b/example-telemetryEnabled.html index ba253cb..3cd0508 100644 --- a/example-telemetryEnabled.html +++ b/example-telemetryEnabled.html @@ -187,7 +187,7 @@ function initUI(){ IP Address: -
Basic telemetry is active; results will be saved in your database, without the full log. If the results don't appear, check the settings in telemetry.php
+
Basic telemetry is active; results will be saved in your database, without the full log. If the results don't appear, check the settings in telemetry_settings.php
Source code