Recurring Ticket: Add missing CSRF checks

This commit is contained in:
johnnyq
2026-03-01 21:21:37 -05:00
parent 63f6faf1e8
commit 9213249f7b
3 changed files with 16 additions and 0 deletions

View File

@@ -38,6 +38,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="recurring_ticket_id" value="<?php echo $recurring_ticket_id; ?>">
<input type="hidden" name="client" value="<?php echo $client_id; ?>">