fixed filename extension

git-svn-id: http://yolanda.mister-muffin.de/svn@120 7eef14d0-6ed0-489d-bf55-20463b2d70db
main
josch 17 years ago
parent ede7e62565
commit a840ef5c03

@ -58,7 +58,7 @@ if($query->param('id'))
$sth->execute($query->param('id'));
print $query->header(-type=>'application/x-download',
-attachment=>$title.".ogg");
-attachment=>$title.".ogv");
}
#in both cases - do some slurp-eaze to the browser

Loading…
Cancel
Save