mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Send Telemetry if is greater than 0
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user