We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b602dcd commit 0f58c2cCopy full SHA for 0f58c2c
tinyfilemanager.php
@@ -2854,6 +2854,7 @@ function fm_get_file_icon_class($path)
2854
case 'map':
2855
case 'lock':
2856
case 'dtd':
2857
+ case 'ps1':
2858
$img = 'fa fa-file-code-o';
2859
break;
2860
case 'txt':
@@ -3046,7 +3047,7 @@ function fm_get_text_exts()
3046
3047
'eml', 'msg', 'csv', 'bat', 'twig', 'tpl', 'md', 'gitignore', 'less', 'sass', 'scss', 'c', 'cpp', 'cs', 'py', 'go', 'zsh', 'swift',
3048
'map', 'lock', 'dtd', 'svg', 'asp', 'aspx', 'asx', 'asmx', 'ashx', 'jsp', 'jspx', 'cgi', 'dockerfile', 'ruby', 'yml', 'yaml', 'toml',
3049
'vhost', 'scpt', 'applescript', 'csx', 'cshtml', 'c++', 'coffee', 'cfm', 'rb', 'graphql', 'mustache', 'jinja', 'http', 'handlebars',
- 'java', 'es', 'es6', 'markdown', 'wiki', 'tmp', 'top', 'bot', 'dat', 'bak', 'htpasswd', 'pl'
3050
+ 'java', 'es', 'es6', 'markdown', 'wiki', 'tmp', 'top', 'bot', 'dat', 'bak', 'htpasswd', 'pl', 'ps1'
3051
);
3052
}
3053
0 commit comments