blob: c137159423c6210a4f869f3287f3bbb553118296 [file] [log] [blame]
<?php
// Set max-age to non-zero value so the next update will be served from cache.
header('Cache-Control: max-age=3600');
header('Content-Type:application/javascript');
// Return a different script for each access.
echo '// ' . microtime();
?>