From 4916869e4acec82a5b82b86d057fbbfe4021815d Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 23 Apr 2015 04:31:59 +0200 Subject: [PATCH] fileboard/8chan: swf too --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index cdc0eeaf..5a046d91 100644 --- a/inc/config.php +++ b/inc/config.php @@ -795,7 +795,7 @@ $config['ie_mime_type_detection'] = '/<(?:body|head|html|img|plaintext|pre|script|table|title|a href|channel|scriptlet)/i'; // Config panel, fileboard: allowed upload extensions - $config['fileboard_allowed_types'] = array('zip', '7z', 'tar', 'gz', 'bz2', 'xz', 'swf', 'txt', 'torrent'); + $config['fileboard_allowed_types'] = array('zip', '7z', 'tar', 'gz', 'bz2', 'xz', 'swf', 'txt', 'pdf', 'torrent'); // Allowed image file extensions. $config['allowed_ext'][] = 'jpg';