mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-16 11:58:41 +00:00
fix word/spreadsheet icon rendering
This commit is contained in:
parent
85c9e50390
commit
c2a3797b33
|
|
@ -40,7 +40,7 @@ final class FileUtils
|
|||
|
||||
public const VIDEO_EXTENSION = ['mp4', 'flv', 'vob', 'wmv', 'swf', 'mpg', 'mpeg', 'mov', 'mkv', 'h264', 'avi'];
|
||||
|
||||
public const SPREADSHEET_EXTENSION = ['xls', 'xlsm', 'xlr', 'ods'];
|
||||
public const SPREADSHEET_EXTENSION = ['xls', 'xlsx', 'xlsm', 'xlr', 'ods'];
|
||||
|
||||
public const IMAGE_EXTENSION = ['png', 'gif', 'jpg', 'jpeg', 'tif', 'tiff', 'bmp', 'svg', 'ico'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user