aboutsummaryrefslogtreecommitdiffstats
path: root/php/share.php
diff options
context:
space:
mode:
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);