Skip to content

Commit

Permalink
Update tinyfilemanager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prasathmani authored May 27, 2024
1 parent 8366e1b commit ecec756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tinyfilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2877,18 +2877,18 @@ function fm_get_file_icon_class($path)
$img = 'fa fa-css3';
break;
case 'bz2':
case 'tbz2';
case 'tbz2':
case 'tbz';
case 'zip':
case 'rar':
case 'gz':
case 'tgz';
case 'tgz':
case 'tar':
case '7z':
case 'xz':
case 'txz';
case 'zst';
case 'tzst';
case 'txz':
case 'zst':
case 'tzst':
$img = 'fa fa-file-archive-o';
break;
case 'php':
Expand Down

0 comments on commit ecec756

Please sign in to comment.