diff options
author | adam <adam@> | 2021-02-14 10:39:49 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-14 10:39:49 +0200 |
commit | 8c5e2a88177786da775deb551ea24cca26a686a2 (patch) | |
tree | f4f2abcab185e8d64b6a347fe451a2723605d316 /php/share.php | |
parent | 5498ae0a8f7130369a3d0471822a376ce8324a22 (diff) | |
download | fileup-8c5e2a88177786da775deb551ea24cca26a686a2.tar.gz |
proto share folder
Diffstat (limited to 'php/share.php')
-rw-r--r-- | php/share.php | 3 |
1 files changed, 2 insertions, 1 deletions
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); |