blob: 8df6bace5684ddbfd0d2be614cba8bd1daf7a0df [file] [log] [blame]
<?php
header('Location: ../resources/redirect.php?url=../misc/resources/webtiming-two-redirects.html');
header('HTTP/1.0 302 Found');
?>