Add Hidden Inpout csrf token to client download pdf

This commit is contained in:
johnnyq
2026-03-01 20:43:44 -05:00
parent ef1b65de09
commit c2cbfc5558

View File

@@ -8,6 +8,7 @@
</button>
</div>
<form action="post.php" method="post" autocomplete="off" target="_blank">
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<div class="modal-body">
<ul class="list-group">