From 36260ed640210ee116af30845bfc90d832881222 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 20 Oct 2010 11:14:23 +0000 Subject: - Add .pdf extension to the list --- config/mimetypes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config/mimetypes.php') 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', -- cgit v1.2.3