From 6030dc6a9b276f82b96b6d6888d7135fb3db209a Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 5 Oct 2011 16:48:31 +1100 Subject: [PATCH] ... --- inc/config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/config.php b/inc/config.php index b2f4e7c8..ba435609 100644 --- a/inc/config.php +++ b/inc/config.php @@ -36,6 +36,7 @@ 'dnsbl' => Array(), 'dnsbl_exceptions' => Array(), 'remote' => Array(), + 'allowed_ext' => Array(), 'allowed_ext_files' => Array(), 'file_icons' => Array() ); @@ -328,6 +329,11 @@ $config['ie_mime_type_detection'] = '/<(?:body|head|html|img|plaintext|pre|script|table|title|a href|channel|scriptlet)/i'; // Allowed image file extensions + $config['allowed_ext'][] = 'jpg'; + $config['allowed_ext'][] = 'jpeg'; + $config['allowed_ext'][] = 'bmp'; + $config['allowed_ext'][] = 'gif'; + $config['allowed_ext'][] = 'png'; // $config['allowed_ext'][] = 'svg'; // Allowed additional file extensions (not images; downloadable files)