EnforceClientAccess on Generating Guest Share Links

This commit is contained in:
johnnyq
2026-07-03 12:27:46 -04:00
parent aab8b34970
commit c34e4f5ff0

View File

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