Source code of header2.php

<?php
       header
('Content-type: image/gif');
       
header('Content-disposition: attachment; filename=img1.gif');
       
readfile("/home_tv/tboegel/public_html/images/img1.gif");
?>