mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 17:00:40 +00:00
More Client Scoping fixes
This commit is contained in:
@@ -589,7 +589,6 @@ if (isset($_GET['ticket_id'])) {
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
|
||||
<input type="hidden" name="ticket_id" id="ticket_id" value="<?php echo $ticket_id; ?>">
|
||||
<input type="hidden" name="client_id" id="client_id" value="<?php echo $client_id; ?>">
|
||||
|
||||
<div class="card card-body d-print-none p-3">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user