blob: 6a24d6a2cde9b5175c26684b464d9677ef946893 [file] [log] [blame]
<?php
header('HTTP/1.0 200 OK');
header('Content-type: text/html');
header('Refresh: 0;URL=javascript:window.top.location="about:blank"');
?>
<head>
<meta http-equiv='refresh' content='0;URL=javascript:window.top.location="about:blank"'/>
</head>
<body>
This is the viewsource iframe.
</body>