blob: 8ca32c63786def8c7ca7e0e195288c5785aa61ca [file] [log] [blame]
<?php
header('Content-Type: text/plain');
header('Content-Disposition: ;foo');
echo "hello, world";
?>