aboutsummaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
Diffstat (limited to '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)