Merge branch 'master' of github.com:itflow-org/itflow

This commit is contained in:
johnnyq 2023-01-09 14:47:50 -05:00
commit ee8aa53590
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<div class="custom-control custom-switch mb-2">
<input type="checkbox" class="custom-control-input" name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Email-to-ticket parsing (Beta) <small>(email_parser_cron.php must also be added to cron and run every few mins)</small></label>
<label class="custom-control-label" for="customSwitch1">Email-to-ticket parsing (Beta) <small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
</div>
<hr>
@ -61,4 +61,4 @@
</div>
</div>
<?php include("footer.php");
<?php include("footer.php");