mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 20:45:12 +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";
|
$item_expires_friendly = "1 month";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enforceClientAccess($client_id);
|
||||||
|
|
||||||
$item_key = randomString(32);
|
$item_key = randomString(32);
|
||||||
|
|
||||||
if ($item_type == "Document") {
|
if ($item_type == "Document") {
|
||||||
|
|||||||
Reference in New Issue
Block a user