Modified:fixed files upload issue
This commit is contained in:
parent
c207197593
commit
22bf25ee2c
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ switch($mode)
|
|||
exit();
|
||||
}
|
||||
|
||||
pex($content_type,true);
|
||||
// pex($content_type,true);
|
||||
|
||||
$types = strtolower(config('allowed_types'));
|
||||
$supported_extensions = explode(',', $types);
|
||||
|
|
Loading…
Add table
Reference in a new issue