2012-04-13 22:22:10 +02:00

6 lines
199 B
PHP

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