mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
Added support for webp images 🌆 (#919)
* 1 * Temp: added webp in bbcode * Update functions_thumbs.php * Update functions_thumbs.php * Updated * Update functions_thumbs.php * Update changes.txt * Update functions_filetypes.php * Update functions_filetypes.php * Update posting_tpl.tpl
This commit is contained in:
parent
e1ff5f9256
commit
5272d7e00b
9 changed files with 57 additions and 48 deletions
|
@ -708,6 +708,7 @@ VALUES ('1', 'gif', ''),
|
|||
('1', 'jpg', ''),
|
||||
('1', 'tif', ''),
|
||||
('1', 'tga', ''),
|
||||
('1', 'webp', ''),
|
||||
('2', 'gtar', ''),
|
||||
('2', 'gz', ''),
|
||||
('2', 'tar', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue