2012-04-13 09:20:49 +02:00

6 lines
86 B
PHP

<?php
header('Content-disposition: attachment');
echo html_entity_decode($raw);
?>