Set lock file cront ticket email parser from 600 sec aka 10 mins to 300 secs aa 5 mins, update telemetry to include website

This commit is contained in:
johnnyq
2024-01-11 00:32:31 -05:00
parent e69317e376
commit a38e62c412
4 changed files with 7 additions and 2 deletions

View File

@@ -309,6 +309,7 @@ if (isset($_POST['add_telemetry'])) {
$row = mysqli_fetch_array($sql);
$company_name = $row['company_name'];
$website = $row['company_website'];
$city = $row['company_city'];
$state = $row['company_state'];
$country = $row['company_country'];
@@ -318,6 +319,7 @@ if (isset($_POST['add_telemetry'])) {
array(
'installation_id' => "$installation_id",
'company_name' => "$company_name",
'website' => "$website",
'city' => "$city",
'state' => "$state",
'country' => "$country",