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

7 lines
206 B
PHP

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