File "leo_FT.PHP.bak"

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

<?php
header("Content-type: application/pdf");
header("Content-Disposition: inline; filename=documento.pdf");
readfile("1_hola.pdf");

?>