fixed download

git-svn-id: http://yolanda.mister-muffin.de/svn@274 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2008-04-06 21:23:59 +00:00
parent b8381595b2
commit a928c9f4ce

View file

@ -50,7 +50,7 @@ if($query->param('id'))
}
#in both cases - do some slurp-eaze to the browser
$file = open(FILE, "<$root/videos/$videoid");
$file = open(FILE, "<$root/videos/".$query->param('id'));
if($file)
{