From b6f552a79cd59616a9a57ef7889422fb725b06d8 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Fri, 26 Jul 2019 17:07:57 +0530 Subject: [PATCH] Cannot edit aspx File #200 --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 895299b..cb326a4 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -2592,7 +2592,7 @@ function fm_get_text_exts() 'txt', 'css', 'ini', 'conf', 'log', 'htaccess', 'passwd', 'ftpquota', 'sql', 'js', 'json', 'sh', 'config', 'php', 'php4', 'php5', 'phps', 'phtml', 'htm', 'html', 'shtml', 'xhtml', 'xml', 'xsl', 'm3u', 'm3u8', 'pls', 'cue', 'eml', 'msg', 'csv', 'bat', 'twig', 'tpl', 'md', 'gitignore', 'less', 'sass', 'scss', 'c', 'cpp', 'cs', 'py', - 'map', 'lock', 'dtd', 'svg', + 'map', 'lock', 'dtd', 'svg', 'scss', 'asp', 'aspx', 'asx', 'asmx', 'ashx', 'jsx', 'jsp', 'jspx', 'cfm', 'cgi' ); }