Modified:fixed files upload issue

This commit is contained in:
Awais-cb 2017-11-17 15:18:07 +05:00
parent c207197593
commit 22bf25ee2c

View file

@ -146,7 +146,7 @@ switch($mode)
exit();
}
pex($content_type,true);
// pex($content_type,true);
$types = strtolower(config('allowed_types'));
$supported_extensions = explode(',', $types);