Added xz and bz2 to compressed extensions icon.

This commit is contained in:
Joao Alves 2021-03-23 19:39:15 +00:00
parent 948ac865d0
commit da63ae858e

View file

@ -2795,6 +2795,8 @@ function fm_get_file_icon_class($path)
case 'gz':
case 'tar':
case '7z':
case 'xz':
case 'bz2':
$img = 'fa fa-file-archive-o';
break;
case 'php':