blob: be44e799b3a65f8a1fa75e8bc8f463bd732eda65 [file] [log] [blame]
<?php
header('HTTP/1.1 307 Temporary Redirect');
header('Location: 307-post-output-target.php');
?>