1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-05-06 23:35:22 +02:00

Update tinyfilemanager.php

This commit is contained in:
Prasath Mani 2024-05-28 04:51:37 +05:30 committed by GitHub
parent 8366e1bc29
commit ecec756b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2877,18 +2877,18 @@ function fm_get_file_icon_class($path)
$img = 'fa fa-css3'; $img = 'fa fa-css3';
break; break;
case 'bz2': case 'bz2':
case 'tbz2'; case 'tbz2':
case 'tbz'; case 'tbz';
case 'zip': case 'zip':
case 'rar': case 'rar':
case 'gz': case 'gz':
case 'tgz'; case 'tgz':
case 'tar': case 'tar':
case '7z': case '7z':
case 'xz': case 'xz':
case 'txz'; case 'txz':
case 'zst'; case 'zst':
case 'tzst'; case 'tzst':
$img = 'fa fa-file-archive-o'; $img = 'fa fa-file-archive-o';
break; break;
case 'php': case 'php':