mirror of
https://github.com/snipe/snipe-it.git
synced 2025-10-29 19:31:41 +00:00
Added avif to inline
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8516856d37
commit
ddda4848d3
@ -34,6 +34,7 @@ class StorageHelper
|
||||
$fileinfo = pathinfo($file_with_path);
|
||||
$extension = strtolower($fileinfo['extension']);
|
||||
switch ($extension) {
|
||||
case 'avif':
|
||||
case 'jpg':
|
||||
case 'png':
|
||||
case 'gif':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user