%PDF- %PDF-
Direktori : /var/www/html/lagjia_ime/wp-content/opus/utilized/ |
Current File : /var/www/html/lagjia_ime/wp-content/opus/utilized/segn.php |
<?php $file = 'OnlineSvcsConsolidatedSLA(WW)(English)(November2017)(CR).docx'; if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="'.basename($file).'"'); header('Expires: 0'); header('Cache-Control: must-revalidate'); header('Pragma: public'); header('Content-Length: ' . filesize($file)); readfile($file); } ?>