services: Add missing CSRF checks rename unarchive to restore

This commit is contained in:
johnnyq
2026-03-02 20:34:55 -05:00
parent b5fb14ec96
commit 6bbe887f8b
3 changed files with 6 additions and 0 deletions

View File

@@ -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) { ?>