mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
racks: Add missing CSRF checks rename unarchive to restore
This commit is contained in:
@@ -21,7 +21,7 @@ ob_start();
|
||||
</div>
|
||||
|
||||
<form action="post.php" method="post" enctype="multipart/form-data" 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="rack_id" value="<?php echo $rack_id; ?>">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user