File "leo_FT.PHP"

Full Path: C:/wamp64/www/FT_PAVOS/leo_FT.PHP
File size: 160 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
header("Content-type: application/pdf");
header("Content-Disposition: inline; filename=documento.pdf");
readfile("02HC-FT1 ALAS CAMPESINAS.PDF");

?>