website_jukni/pastebin/themes/i386/views/view/download.php
2017-12-29 15:51:59 +01:00

5 lines
224 B
PHP

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