summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/upload_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file_plaintext/upload_form.php')
-rw-r--r--application/views/file_plaintext/upload_form.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/application/views/file_plaintext/upload_form.php b/application/views/file_plaintext/upload_form.php
index 9c20815df..7fe3aa801 100644
--- a/application/views/file_plaintext/upload_form.php
+++ b/application/views/file_plaintext/upload_form.php
@@ -10,8 +10,9 @@ How to link your uploads:
- "/<ID>/qr" display a qr code containing a link to /<ID>/
- "/<ID>/rmd" convert markdown to HTML
- "/<ID>/ascii" convert text with ANSI (shell) escape codes to HTML
+ - "/<ID>/info" display some information about the ID
-If your upload is not detected as text, only "/<ID>/qr" and "/<ID>/plain"
-will work as above and all others will simply return the file with the
-detected MIME type.
+If your upload is not detected as text, only "/<ID>/qr", "/<ID>/plain"
+and "/<ID>/info" will work as above and all others will simply return
+the file with the detected MIME type.