aboutsummaryrefslogtreecommitdiffstats
path: root/php/share.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-14 09:14:40 +0200
committeradam <adam@>2021-02-14 09:14:40 +0200
commit4dc542a5e3d7a2a9d2b0eb97de0c567cbdd01720 (patch)
tree3525103418537dbd7200fa1d1c27f773b423b8b1 /php/share.php
parentc7a6eb6587b285f59a7c2c4bae9a7aa4ef8247e1 (diff)
downloadfileup-4dc542a5e3d7a2a9d2b0eb97de0c567cbdd01720.tar.gz
asdf
Diffstat (limited to 'php/share.php')
-rw-r--r--php/share.php4
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)