mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 00:40:45 +00:00
EnforceClientAccess on Generating Guest Share Links
This commit is contained in:
@@ -182,6 +182,8 @@ if (isset($_GET['share_generate_link'])) {
|
||||
$item_expires_friendly = "1 month";
|
||||
}
|
||||
|
||||
enforceClientAccess($client_id);
|
||||
|
||||
$item_key = randomString(32);
|
||||
|
||||
if ($item_type == "Document") {
|
||||
|
||||
Reference in New Issue
Block a user