forked from leftypol/leftypol
Adds gz and bz2 to allowed upload extensions
This commit is contained in:
parent
48650d8ddd
commit
4bf8ba7731
1 changed files with 4 additions and 1 deletions
|
@ -153,8 +153,11 @@ $config['allowed_ext_files'][] = 'mp3';
|
|||
$config['allowed_ext_files'][] = 'mp4';
|
||||
$config['allowed_ext_files'][] = 'pdf';
|
||||
$config['allowed_ext_files'][] = 'txt';
|
||||
$config['allowed_ext_files'][] = 'zip';
|
||||
$config['allowed_ext_files'][] = 'epub';
|
||||
// Compressed files
|
||||
$config['allowed_ext_files'][] = 'zip';
|
||||
$config['allowed_ext_files'][] = 'gz';
|
||||
$config['allowed_ext_files'][] = 'bz2';
|
||||
|
||||
/*
|
||||
* Flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue