UI: Fix Padding and margin Account Types Header, also send telemetry if config_telemetry detailed in selected

This commit is contained in:
johnnyq
2023-12-29 17:21:03 -05:00
parent ed42ec9707
commit 3c53caf964
3 changed files with 4 additions and 4 deletions

View File

@@ -589,7 +589,7 @@ if (isset($_GET['update'])) {
// Send Telemetry if enabled during update
if ($config_telemetry > 0) {
if ($config_telemetry > 0 OR $config_telemetry = 2) {
$sql = mysqli_query($mysqli,"SELECT * FROM companies WHERE company_id = 1");
$row = mysqli_fetch_array($sql);