Compare commits
2 Commits
b55f149f62
...
9872ec908c
Author | SHA1 | Date |
---|---|---|
towards-a-new-leftypol | 9872ec908c | |
towards-a-new-leftypol | 227574fa54 |
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 47 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 35 KiB |
|
@ -209,6 +209,7 @@ $config['allowed_ext_files'][] = 'pdf';
|
||||||
$config['allowed_ext_files'][] = 'txt';
|
$config['allowed_ext_files'][] = 'txt';
|
||||||
$config['allowed_ext_files'][] = 'epub';
|
$config['allowed_ext_files'][] = 'epub';
|
||||||
$config['allowed_ext_files'][] = 'djvu';
|
$config['allowed_ext_files'][] = 'djvu';
|
||||||
|
$config['allowed_ext_files'][] = 'opus';
|
||||||
// Compressed files
|
// Compressed files
|
||||||
$config['allowed_ext_files'][] = 'zip';
|
$config['allowed_ext_files'][] = 'zip';
|
||||||
$config['allowed_ext_files'][] = 'gz';
|
$config['allowed_ext_files'][] = 'gz';
|
||||||
|
|
Loading…
Reference in New Issue