mirror of
https://github.com/itflow-org/itflow
synced 2026-08-24 08:25:14 +00:00
Fixed and caught an issue where Cron would send telemetry data even with telemetry off
This commit is contained in:
2
cron.php
2
cron.php
@@ -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