Added Telemetry to Cron if enabled in settings, many more telemetry data counts were added

This commit is contained in:
johnnyq
2023-01-28 18:11:00 -05:00
parent 0a1fb2227e
commit 0acd19a5ce
3 changed files with 403 additions and 28 deletions

View File

@@ -1042,7 +1042,8 @@ if (isset($_POST['add_telemetry'])) {
'state' => "$state",
'country' => "$country",
'currency' => "$currency",
'comments' => "$comments"
'comments' => "$comments",
'collection_method' => 1
)
);