File "doc01.php"

Full Path: /home/analogde/www/Design/fileman/Fusion/doc01.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
header('Content-disposition: inline');
header('Content-type: application/msword'); // not sure if this is the correct MIME type
readfile("https://analog-design.net/Fusion/word.doc");
exit;
?>