From 4dc542a5e3d7a2a9d2b0eb97de0c567cbdd01720 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 14 Feb 2021 09:14:40 +0200 Subject: asdf --- php/share.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php/share.php') 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) -- cgit v1.2.3