From 831c830124c5cafeb36e952acacc01e36de50d78 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 15 Apr 2012 04:10:34 -0400 Subject: [PATCH] - More aliases of deprecated functions --- config/mimetypes.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/config/mimetypes.php b/config/mimetypes.php index 3e3ed30..f0c1013 100644 --- a/config/mimetypes.php +++ b/config/mimetypes.php @@ -7,6 +7,7 @@ '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', @@ -45,4 +46,4 @@ 'ics' => 'text/calendar', ); -?> \ No newline at end of file +?> -- Gitblit v1.9.1