summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-10 00:09:43 +0500
committerilotterytea <iltsu@alright.party>2025-12-10 00:09:43 +0500
commitc6fdfaf20bbc88be7ada245c358cce0331c41532 (patch)
treeba1ca64148fb9cdb1f2d20fbb4545ec0f13d7562 /system
parent3ab7beed08c0b0a1aedfd1e2e1adcab2c6e4e559 (diff)
feat: upload emote with URL
Diffstat (limited to 'system')
-rw-r--r--system/config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/config.php b/system/config.php
index 4144b93..8e1879d 100644
--- a/system/config.php
+++ b/system/config.php
@@ -141,6 +141,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<?= CONFIG['anonymous']['upload'] ? 'checked' : '' ?>></td>
</tr>
<tr>
+ <th>Allow emote upload with URL</th>
+ <td><input type="checkbox" name="emote_urlupload" value="on"
+ <?= CONFIG['emote']['urlupload'] ? 'checked' : '' ?>></td>
+ </tr>
+ <tr>
<th>Default uploader name</th>
<td><input type="text" name="anonymous_defaultname"
value="<?= CONFIG['anonymous']['defaultname'] ?>"></td>