mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Fix Undefined Checkbox POST vars in settings ticket
This commit is contained in:
@@ -9,6 +9,9 @@ require_once "inc_all_settings.php";
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form action="post.php" method="post" autocomplete="off">
|
<form action="post.php" method="post" autocomplete="off">
|
||||||
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
|
<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">
|
<div class="form-group">
|
||||||
<label>Ticket Prefix</label>
|
<label>Ticket Prefix</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user