mirror of
https://github.com/itflow-org/itflow
synced 2026-07-26 02:07:14 +00:00
More Client Scoping fixes
This commit is contained in:
@@ -35,7 +35,6 @@ ob_start();
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
|
||||
<input type="hidden" name="ticket_reply_id" value="<?php echo $ticket_reply_id; ?>">
|
||||
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
||||
|
||||
<div class="modal-body">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user