View Single Post
Old 02-09-2004, 04:54 AM  
laShan
Member
 
Join Date: Feb 2004
Posts: 46
Default

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.
laShan is offline