<?php
header("Content-Type:image/gif");
header("Content-Disposition:attachment;filename=text.txt");
header("Content-Length:100");
redfile('text.txt');
//echo "aaaaaaaaaaaa";
?>
header("Content-Type:image/gif");
header("Content-Disposition:attachment;filename=text.txt");
header("Content-Length:100");
redfile('text.txt');
//echo "aaaaaaaaaaaa";
?>