fixed download
git-svn-id: http://yolanda.mister-muffin.de/svn@274 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
b8381595b2
commit
a928c9f4ce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue