log('path',$path.$file); if(file_exists($path.$file)){ header("Content-type: $content_type"); header("Content-disposition: filename=\"$file\""); print file_get_contents($path.$file); } ?>