diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-03 03:16:41 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-03 03:16:41 +0400 |
| commit | 4bf4a5379d879ce1da91cc20e6899c093fe6bd28 (patch) | |
| tree | 27326d361258df6268b5ffc91cef6f2c075e4de9 /public/uploaders.php | |
| parent | 487b0592e3a10688f4d54e0feeef4f8ffb689bbe (diff) | |
feat: file deletion
Diffstat (limited to 'public/uploaders.php')
| -rw-r--r-- | public/uploaders.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/uploaders.php b/public/uploaders.php index 57cf8b4..ed0478a 100644 --- a/public/uploaders.php +++ b/public/uploaders.php @@ -75,6 +75,10 @@ foreach (FILE_ACCEPTED_MIME_TYPES as $k => $v) { <th>URL:</th> <td><code class="copy">{json:data.urls.download_url}</code></td> </tr> + <tr> + <th>Deletion URL:</th> + <td><code class="copy">{json:data.urls.deletion_url}</code></td> + </tr> </table> <p>Then, select it via <b>Destinations → Image uploader → Custom image uploader</b></p> @@ -103,6 +107,10 @@ foreach (FILE_ACCEPTED_MIME_TYPES as $k => $v) { <th>Image link:</th> <td><code class="copy">{data.urls.download_url}</code></td> </tr> + <tr> + <th>Deletion link:</th> + <td><code class="copy">{data.urls.deletion_url}</code></td> + </tr> </table> </section> </div> |
