mirror of
https://github.com/itflow-org/itflow
synced 2026-03-16 10:44:50 +00:00
Ticket: Add missing CSRF checks
This commit is contained in:
@@ -88,6 +88,7 @@ ob_start();
|
||||
</button>
|
||||
</div>
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
|
||||
<input type="hidden" name="ticket_id" value="<?php echo $ticket_id; ?>">
|
||||
<div class="modal-body">
|
||||
<?php if (mysqli_num_rows($sql_invoices) > 0) { ?>
|
||||
|
||||
Reference in New Issue
Block a user