This commit is contained in:
Claude 2012-04-13 22:22:10 +02:00
parent daf38bbc8f
commit 605e83d56c

View File

@ -1,4 +1,5 @@
<?php
<?php
header('Content-type: text/plain');
header('Content-disposition: attachment');
echo $raw;
//todo: nice filename header('Content-disposition: attachment;filename=' . $title . '.' . $lang_code);
echo $raw;