aboutsummaryrefslogtreecommitdiffstats
path: root/php/share.php
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-14 11:58:31 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-14 11:58:31 +0200
commitcd872e6ed818761fc52a828c3af67ae44cfc9fe1 (patch)
treeb5d571ce5972267ba2edef68b22871fffcdbeebc /php/share.php
parent67a6b658b4ed300743292e99bb8d2a955ced24b3 (diff)
parent8c5e2a88177786da775deb551ea24cca26a686a2 (diff)
downloadfileup-cd872e6ed818761fc52a828c3af67ae44cfc9fe1.tar.gz
Merge branch 'master' of https://github.com/alexvitkov/india
Diffstat (limited to 'php/share.php')
-rw-r--r--php/share.php3
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);