blob: a68cada005919e87794413bd02e72b1945db30f3 [file] [log] [blame]
<?php
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header('Content-Type:application/javascript');
echo "version = '" . microtime() . "';\n";
?>