mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-06-18 07:59:30 +02:00
Adds json mime type as text type to allow edit json files (#841)
This commit is contained in:
@ -2932,6 +2932,7 @@ function fm_get_text_mimes()
|
||||
'application/x-javascript',
|
||||
'image/svg+xml',
|
||||
'message/rfc822',
|
||||
'application/json',
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user