diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-11-02 13:29:33 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-11-02 16:29:45 +0100 |
commit | e1f6ddab39486dd9819a20b5538f8b6c6b7c7e66 (patch) | |
tree | a9216c90f15c64688aba397d63626ef9484b9c43 /application/views/file/upload_form.php | |
parent | 9fcab419ba819273ed95fdfa76b08c87d72cb3e8 (diff) |
Add tarball support to multipastes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_form.php')
-rw-r--r-- | application/views/file/upload_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 5051f689b..4434a53cf 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -97,6 +97,7 @@ <dt>/<ID>/</dt><dd>automatically display everything in a sensible way</dd> <dt>/<ID>/qr</dt><dd>display a qr code containing a link to <span class="example">/<ID>/</span></dd> <dt>/<ID>/info</dt><dd>display some information about the multipaste</dd> + <dt>/<ID>/tar</dt><dd>download a tarball of all files in the multipaste (files may be renamed to avoid conflicts)</dd> </dl> </div> <div class="col-lg-6"> |