diff options
author | adam <adam@> | 2021-02-14 09:14:40 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-14 09:14:40 +0200 |
commit | 4dc542a5e3d7a2a9d2b0eb97de0c567cbdd01720 (patch) | |
tree | 3525103418537dbd7200fa1d1c27f773b423b8b1 /php | |
parent | c7a6eb6587b285f59a7c2c4bae9a7aa4ef8247e1 (diff) | |
download | fileup-4dc542a5e3d7a2a9d2b0eb97de0c567cbdd01720.tar.gz |
asdf
Diffstat (limited to 'php')
-rw-r--r-- | php/share.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/share.php b/php/share.php index 0853058..73b1c3b 100644 --- a/php/share.php +++ b/php/share.php @@ -32,8 +32,8 @@ if($_SERVER["REQUEST_METHOD"] == "POST") exit(1); } - //$share_link=create_share_link($path,$filename,$password,$user,$can_read,$can_write); - $share_link=create_share_link($path,$filename,$password,$user,true,true); + $share_link=create_share_link($path,$filename,$password,$user,$can_read,$can_write); + //$share_link=create_share_link($path,$filename,$password,$user,true,true); if($share_link==NULL) |