Merge pull request #658 from itflow-org/wrongecho-email-rm-beta

Remove beta from email ticket parsing
This commit is contained in:
Johnny
2023-04-15 22:47:55 -04:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ require_once("inc_all_settings.php"); ?>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="emailToTicketParseSwitch">
<label class="custom-control-label" for="emailToTicketParseSwitch">Email-to-ticket parsing (Beta) <small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
<label class="custom-control-label" for="emailToTicketParseSwitch">Email-to-ticket parsing <small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
</div>
</div>