This commit is contained in:
Paula Quispe
2019-03-06 08:09:38 -04:00
parent ce63bc91e8
commit 26932da2a9

View File

@@ -661,6 +661,7 @@ return [
//The following are the custom application mime type //The following are the custom application mime type
'dat' => 'text/plain', 'dat' => 'text/plain',
'pm' => ['text/plain', 'application/octet-stream'], 'pm' => ['text/plain', 'application/octet-stream'],
'pmp' => ['application/xml', 'text/xml', 'text/html'],
'pmt' => 'text/plain', 'pmt' => 'text/plain',
'pmx' => ['application/xml', 'text/xml', 'text/html'], 'pmx' => ['application/xml', 'text/xml', 'text/html'],
'pmx2' => ['application/xml', 'text/xml', 'text/html'], 'pmx2' => ['application/xml', 'text/xml', 'text/html'],