From 8c5e2a88177786da775deb551ea24cca26a686a2 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 14 Feb 2021 10:39:49 +0200 Subject: proto share folder --- php/share.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php/share.php') diff --git a/php/share.php b/php/share.php index aeffac4..8f2aeaf 100644 --- a/php/share.php +++ b/php/share.php @@ -33,7 +33,8 @@ if($_SERVER["REQUEST_METHOD"] == "POST") exit(1); } - $share_link=create_share_link($path,$filename,$password,$user,$can_read,$can_write); + error_log("someone is sharing ".$filename." with ".$users); + $share_link=create_share_link($path,$filename,$password,$user,$can_read,$can_write,$users); //$share_link=create_share_link($path,$filename,$password,$user,true,true); -- cgit v1.2.3