Add opus to supported list of extensions
This commit is contained in:
parent
e2b79a443e
commit
495949666d
|
@ -209,6 +209,7 @@ $config['allowed_ext_files'][] = 'pdf';
|
|||
$config['allowed_ext_files'][] = 'txt';
|
||||
$config['allowed_ext_files'][] = 'epub';
|
||||
$config['allowed_ext_files'][] = 'djvu';
|
||||
$config['allowed_ext_files'][] = 'opus';
|
||||
// Compressed files
|
||||
$config['allowed_ext_files'][] = 'zip';
|
||||
$config['allowed_ext_files'][] = 'gz';
|
||||
|
|
Loading…
Reference in New Issue