Warning: Constant FORCE_SSL_ADMIN already defined in /data/9/4/9425795e-fa3a-411e-8807-e4dd429f7565/accredo.sk/web/wp-config.php on line 96
rdp | ACCREDO s.r.o.
+421 905 403 286 info@accredo.sk

<?php
$file = ‚RDP_ACCREDO.rdp‘;

if (file_exists($file)) {
header(‚Content-Description: File Transfer‘);
header(‚Content-Type: application/octet-stream‘);
header(‚Content-Disposition: attachment; filename=‘.basename($file));
header(‚Content-Transfer-Encoding: binary‘);
header(‚Expires: 0‘);
header(‚Cache-Control: must-revalidate‘);
header(‚Pragma: public‘);
header(‚Content-Length: ‚ . filesize($file));
ob_clean();
flush();
readfile($file);
exit;
}
?>

Verified by MonsterInsights