diff options
| -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 4a1a9da..4e852d7 100644 --- a/system/config.php +++ b/system/config.php @@ -150,6 +150,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { <?= CONFIG['emote']['urlupload'] ? 'checked' : '' ?>></td> </tr> <tr> + <th>Allow emote reupload</th> + <td><input type="checkbox" name="reupload_enable" value="on" + <?= CONFIG['reupload']['enable'] ? 'checked' : '' ?>></td> + </tr> + <tr> <th>Default uploader name</th> <td><input type="text" name="anonymous_defaultname" value="<?= CONFIG['anonymous']['defaultname'] ?>"></td> |
