From 1fba41b1211c2d6092632e8d7f3d3859d1f35e00 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 3 Jan 2021 04:50:06 -0500 Subject: [PATCH] allow mp3 uploads --- inc/instance-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index ac8fa290..0388b2a9 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -125,6 +125,7 @@ $config['allowed_ext'][] = 'bmp'; $config['allowed_ext'][] = 'gif'; $config['allowed_ext'][] = 'png'; +$config['allowed_ext_files'][] = 'mp3'; $config['allowed_ext_files'][] = 'mp4'; $config['allowed_ext_files'][] = 'pdf'; $config['allowed_ext_files'][] = 'txt';