mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
services: Add missing CSRF checks rename unarchive to restore
This commit is contained in:
@@ -15,6 +15,7 @@ ob_start();
|
||||
</div>
|
||||
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
|
||||
|
||||
<div class="modal-body">
|
||||
<?php if ($client_id) { ?>
|
||||
|
||||
Reference in New Issue
Block a user