diff --git a/config/customMimeTypes.php b/config/customMimeTypes.php index be9e95720..e3ec006b8 100644 --- a/config/customMimeTypes.php +++ b/config/customMimeTypes.php @@ -661,6 +661,7 @@ return [ //The following are the custom application mime type 'dat' => 'text/plain', 'pm' => ['text/plain', 'application/octet-stream'], + 'pmp' => ['application/xml', 'text/xml', 'text/html'], 'pmt' => 'text/plain', 'pmx' => ['application/xml', 'text/xml', 'text/html'], 'pmx2' => ['application/xml', 'text/xml', 'text/html'],