1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-04 20:08:02 +01:00

fileboard/8chan: swf too

This commit is contained in:
czaks 2015-04-23 04:31:59 +02:00
parent fb34878bb1
commit 4916869e4a

View File

@ -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';