i don't kow one option: now if i upload in one release one file jpg or m3u the script skipped me this extension but i have this option:
/* These file types are allowed without any checks (types need to be also ignored)
*/
$allowed_types = ",diz,jpg,cue,m3u,nfo,sfv";
/* These file types are ignored from sfv
* NOTE: , at the beginning ignores all files without extensions
*/
$ignored_types = ",diz,jpg,cue,m3u,nfo,sfv";
what i can do for upload m3u and jpg extension directly?
|