From c6fdfaf20bbc88be7ada245c358cce0331c41532 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 10 Dec 2025 00:09:43 +0500 Subject: feat: upload emote with URL --- lib/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/config.php') 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, -- cgit v1.2.3