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

@@ -596,6 +596,7 @@ if (isset($_GET['update'])) {
$row = mysqli_fetch_array($sql);
$company_name = sanitizeInput($row['company_name']);
$website = sanitizeInput($row['company_website']);
$city = sanitizeInput($row['company_city']);
$state = sanitizeInput($row['company_state']);
$country = sanitizeInput($row['company_country']);
@@ -767,6 +768,7 @@ if (isset($_GET['update'])) {
'installation_id' => "$installation_id",
'version' => "$current_version",
'company_name' => "$company_name",
'website' => "$website",
'city' => "$city",
'state' => "$state",
'country' => "$country",