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

@@ -16,8 +16,6 @@ require_once "inc_all_settings.php";
<input type="hidden" name="config_enable_alert_domain_expire" value="0">
<input type="hidden" name="config_send_invoice_reminders" value="0">
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" name="config_enable_cron" <?php if ($config_enable_cron == 1) { echo "checked"; } ?> value="1" id="enableCronSwitch">