<?php

header
('Content-Type: application/octet-stream');
header('Connection: close');
readfile($_SERVER['DOCUMENT_ROOT'] . '/tmp/proto.js');