Fixed and caught an issue where Cron would send telemetry data even with telemetry off
This commit is contained in:
@@ -413,7 +413,7 @@ while($row = mysqli_fetch_array($sql_companies)){
|
|||||||
} //End if Autosend is on
|
} //End if Autosend is on
|
||||||
} //End Recurring Invoices Loop
|
} //End Recurring Invoices Loop
|
||||||
|
|
||||||
if($config_telemetry = 1){
|
if($config_telemetry == 1){
|
||||||
|
|
||||||
$current_version = exec("git rev-parse HEAD");
|
$current_version = exec("git rev-parse HEAD");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user