diff options
Diffstat (limited to 'system/config.php')
| -rw-r--r-- | system/config.php | 5 |
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> |
