blob: ffb1e15f3151e79f381f5f445eba313da116880e [file] [log] [blame]
<?php
header("Content-Disposition: attachment; filename=test file.txt");
header("Content-Type: text/plain");
?>
Test file content.