blob: 4b24786cd675bbe14a4347724ef9ef9d19ee2f9f [file] [log] [blame]
<?php
header("Cache-Control: no-store");
?>
var p = document.createElement("p");
p.appendChild(document.createTextNode("<?php
print rand();
?>
"));
document.body.appendChild(p);