diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-10 00:09:43 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-10 00:09:43 +0500 |
| commit | c6fdfaf20bbc88be7ada245c358cce0331c41532 (patch) | |
| tree | ba1ca64148fb9cdb1f2d20fbb4545ec0f13d7562 /lib | |
| parent | 3ab7beed08c0b0a1aedfd1e2e1adcab2c6e4e559 (diff) | |
feat: upload emote with URL
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php index 1c6797d..b182d3a 100644 --- a/lib/config.php +++ b/lib/config.php @@ -25,7 +25,8 @@ $cfg = [ 'maxcommentlength' => 100, 'maxsizex' => 128, 'maxsizey' => 128, - 'storeoriginal' => true + 'storeoriginal' => true, + 'urlupload' => true ], 'rating' => [ 'enable' => true, |
