Fixed and caught an issue where Cron would send telemetry data even with telemetry off

This commit is contained in:
johnnyq 2023-01-31 17:01:09 -05:00
parent 17f88f88a0
commit d1172e512b
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ while($row = mysqli_fetch_array($sql_companies)){
} //End if Autosend is on
} //End Recurring Invoices Loop
if($config_telemetry = 1){
if($config_telemetry == 1){
$current_version = exec("git rev-parse HEAD");