mirror of
https://github.com/itflow-org/itflow
synced 2026-03-12 00:34:52 +00:00
Payments: Add missing CSRF and additonal perm check
This commit is contained in:
@@ -41,6 +41,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="client_id" value="<?php echo $client_id; ?>">
|
||||
<input type="hidden" name="balance" value="<?php echo $balance; ?>">
|
||||
<input type="hidden" name="currency_code" value="<?php echo $client_currency_code; ?>">
|
||||
|
||||
Reference in New Issue
Block a user