mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
Update tinyfilemanager.php
This commit is contained in:
parent
8366e1bc29
commit
ecec756b71
1 changed files with 5 additions and 5 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue