X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/b02ef679e1f1cb1de6fb64946f9f5bff12469f4a..a3babcb0c9910efe9d7f103d6553604693531d92:/script.php?ds=inline diff --git a/script.php b/script.php index 620d70d..3e6668e 100644 --- a/script.php +++ b/script.php @@ -350,7 +350,11 @@ if [ "$1" == "send" ]; then fi cnt=$(( cnt + 1 )) done) + echo "Download link:" echo "${url}?h=$code" + echo "Direct download link:" + echo "${url}?h=$code&d=1" + echo "Delete link:" echo "${url}?h=$code&d=$del_code" elif [ "$1" == "get" ]; then if [ -z "$password" ]; then