mirror of
https://github.com/itflow-org/itflow
synced 2026-03-16 18:54:51 +00:00
Changed Cron wording to run time from 11PM to 1AM Daily
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<div class="custom-control custom-switch mb-2">
|
<div class="custom-control custom-switch mb-2">
|
||||||
<input type="checkbox" class="custom-control-input" name="config_enable_cron" <?php if($config_enable_cron == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
|
<input type="checkbox" class="custom-control-input" name="config_enable_cron" <?php if($config_enable_cron == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
|
||||||
<label class="custom-control-label" for="customSwitch1">Enable Cron <small>(cron.php must also be added to cron and run nightly at 11:00PM for alerts to work)</small></label>
|
<label class="custom-control-label" for="customSwitch1">Enable Cron <small>(cron.php must also be added to cron and run daily at 1:00AM for alerts to work)</small></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-control custom-switch mb-2">
|
<div class="custom-control custom-switch mb-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user