Found a problem, not sure if it's known or not. First, some settings from config.php:
$allowed_types = "jpg,avi,mpg,cue,m3u,vob,mpeg";
$video_ext = "mpg,mpeg,m2v,avi,vob";
Now, if I have a mpeg with a sfv, a music video for example, the file is not checked on upload. I also tried removing mpeg from $allowed_types, but it didn't help.
|