Add link to Telemetry Information to our docs page on the telemetry settings section of ITFlow

This commit is contained in:
johnnyq 2023-06-06 12:21:22 -04:00
parent 1db519d820
commit c1ff4f6855
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ require_once("inc_all_settings.php"); ?>
<option <?php if ($config_telemetry == "2") { echo "selected"; } ?> value = "2">Detailed</option>
</select>
</div>
<small class="form-text"><a href="https://docs.itflow.org/telemetry" target="_blank">Click Here for additional details regarding the information we gather <i class="fas fa-external-link-alt"></i></a></small>
</div>
<div class="form-group">

View File

@ -1484,7 +1484,7 @@ if (isset($_POST['add_telemetry'])) {
<div class="form-check">
<input type="checkbox" class="form-check-input" name="share_data" value="1">
<label class="form-check-label ml-2">Share <small class="text-secondary"> (Including City, State/Province, Country, Currency and your comments)</small></label>
<label class="form-check-label ml-2">Share <small class="form-text"><a href="https://docs.itflow.org/telemetry" target="_blank">Click Here for additional details regarding the information we gather <i class="fas fa-external-link-alt"></i></a></small></label>
</div>
<br>