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