Fix Undefined Checkbox POST vars in settings ticket

This commit is contained in:
johnnyq 2023-12-28 14:42:11 -05:00
parent 6d769a5e05
commit db4fd095d6
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ require_once "inc_all_settings.php";
<div class="card-body">
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
<input type="hidden" name="config_ticket_email_parse" value="0">
<input type="hidden" name="config_ticket_client_general_notifications" value="0">
<input type="hidden" name="config_ticket_autoclose" value="0">
<div class="form-group">
<label>Ticket Prefix</label>