mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 13:35:37 +00:00
files, folders, documents: remove client_id post from edit and link modals as it should get the client_id in post, enforceClientAccess
This commit is contained in:
@@ -18,7 +18,6 @@ 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="contact" value="<?php echo $contact_id; ?>">
|
||||
<input type="hidden" name="asset" value="<?php echo $asset_id; ?>">
|
||||
<div class="modal-body">
|
||||
|
||||
Reference in New Issue
Block a user