mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add pptx to getMimeType()
This commit is contained in:
parent
1f77a749be
commit
10cbf3b3b3
|
@ -540,6 +540,7 @@ function get_extension($mimetype) { /* {{{ */
|
|||
case 'application/pdf': return '.pdf';
|
||||
case 'application/postscript': return '.ps';
|
||||
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': return '.docx';
|
||||
case 'application/vnd.openxmlformats-officedocument.presentationml.presentation': return '.pptx';
|
||||
case 'text/plain': return '.txt';
|
||||
case 'text/csv': return '.csv';
|
||||
default: return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user