mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/16710] Allow WEBP images in attachments
PHPBB3-16710
This commit is contained in:
@@ -378,6 +378,7 @@ class upload
|
||||
IMAGETYPE_IFF => array('iff'),
|
||||
IMAGETYPE_WBMP => array('wbmp'),
|
||||
IMAGETYPE_XBM => array('xbm'),
|
||||
IMAGETYPE_WEBP => ['webp'],
|
||||
);
|
||||
|
||||
if (defined('IMAGETYPE_SWC'))
|
||||
|
Reference in New Issue
Block a user