website_jukni/pastebin/themes/cleanwhite/views/view/download.php

8 lines
206 B
PHP
Raw Normal View History

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