mirror of https://github.com/itflow-org/itflow
Fix Undefined Checkbox POST vars in settings ticket
This commit is contained in:
parent
6d769a5e05
commit
db4fd095d6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue