diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-14 11:58:31 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-14 11:58:31 +0200 |
commit | cd872e6ed818761fc52a828c3af67ae44cfc9fe1 (patch) | |
tree | b5d571ce5972267ba2edef68b22871fffcdbeebc /php/share.php | |
parent | 67a6b658b4ed300743292e99bb8d2a955ced24b3 (diff) | |
parent | 8c5e2a88177786da775deb551ea24cca26a686a2 (diff) | |
download | fileup-cd872e6ed818761fc52a828c3af67ae44cfc9fe1.tar.gz |
Merge branch 'master' of https://github.com/alexvitkov/india
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); |