fixed filename extension
git-svn-id: http://yolanda.mister-muffin.de/svn@120 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
ede7e62565
commit
a840ef5c03
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ if($query->param('id'))
|
||||||
$sth->execute($query->param('id'));
|
$sth->execute($query->param('id'));
|
||||||
|
|
||||||
print $query->header(-type=>'application/x-download',
|
print $query->header(-type=>'application/x-download',
|
||||||
-attachment=>$title.".ogg");
|
-attachment=>$title.".ogv");
|
||||||
}
|
}
|
||||||
|
|
||||||
#in both cases - do some slurp-eaze to the browser
|
#in both cases - do some slurp-eaze to the browser
|
||||||
|
|
Loading…
Reference in a new issue