summaryrefslogtreecommitdiff
path: root/config/mimetypes.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-20 11:14:23 +0000
committeralecpl <alec@alec.pl>2010-10-20 11:14:23 +0000
commit36260ed640210ee116af30845bfc90d832881222 (patch)
treef99c82c16ec6d7cd8b62ee743988107bf1fc5b9a /config/mimetypes.php
parent8bac7e988f0ed56605246164f530a2e43aa3e07a (diff)
- Add .pdf extension to the list
Diffstat (limited to 'config/mimetypes.php')
-rw-r--r--config/mimetypes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mimetypes.php b/config/mimetypes.php
index 3e3ed308f..d404c1f2c 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -7,6 +7,7 @@ return array(
'xlc' => 'application/vnd.ms-excel',
'xlt' => 'application/vnd.ms-excel',
'xlw' => 'application/vnd.ms-excel',
+ 'pdf' => 'application/pdf',
'ppt' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'pot' => 'application/vnd.ms-powerpoint',