Send Telemetry if is greater than 0

This commit is contained in:
johnnyq
2023-12-28 20:03:08 -05:00
parent 7759f54260
commit bcd0eb69a1
4 changed files with 2 additions and 269 deletions

View File

@@ -720,7 +720,7 @@ while ($row = mysqli_fetch_array($sql_recurring_expenses)) {
// TELEMETRY
if ($config_telemetry == 1) {
if ($config_telemetry > 0) {
$current_version = exec("git rev-parse HEAD");