Changed Cron wording to run time from 11PM to 1AM Daily

This commit is contained in:
johnnyq 2022-04-14 23:29:29 -04:00
parent f191daf389
commit 9a48bfae49
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<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">
<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 class="custom-control custom-switch mb-2">