<?php
header('Location: ../resources/redirect.php?url=../misc/resources/webtiming-two-redirects.html');
header('HTTP/1.0 302 Found');
?>
<?php
header('Location: ../resources/redirect.php?url=../misc/resources/webtiming-two-redirects.html');
header('HTTP/1.0 302 Found');
?>