mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-05-02 08:21:11 -05:00
6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
|
|
header('Content-disposition: attachment');
|
|
echo html_entity_decode($raw);
|
|
|
|
?>
|