mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-0e47b21
This commit is contained in:
@@ -282,6 +282,7 @@ abstract class elFinderVolumeDriver {
|
||||
'rtf:text/rtf' => 'application/rtf',
|
||||
'rtfd:text/rtfd' => 'application/rtfd',
|
||||
'ico:image/vnd.microsoft.icon' => 'image/x-icon',
|
||||
'svg:text/plain' => 'image/svg+xml',
|
||||
'pxd:application/octet-stream' => 'image/x-pixlr-data',
|
||||
'amr:application/octet-stream' => 'audio/amr',
|
||||
'm4a:video/mp4' => 'audio/mp4',
|
||||
@@ -600,28 +601,6 @@ abstract class elFinderVolumeDriver {
|
||||
'mpd' => 'application/dash+xml'
|
||||
);
|
||||
|
||||
/**
|
||||
* MIME type list handled as a text file
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $textMimes = array(
|
||||
'application/x-empty',
|
||||
'application/javascript',
|
||||
'application/json',
|
||||
'application/xhtml+xml',
|
||||
'audio/x-mp3-playlist',
|
||||
'application/x-web-config',
|
||||
'application/docbook+xml',
|
||||
'application/x-php',
|
||||
'application/x-perl',
|
||||
'application/x-awk',
|
||||
'application/x-config',
|
||||
'application/x-csh',
|
||||
'application/xml',
|
||||
'application/sql'
|
||||
);
|
||||
|
||||
/**
|
||||
* Directory separator - required by client
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user