Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Prog
/
MMM
/
Fusion
:
doc01.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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; ?>