blob: 90a2db1bb9ffdcf88ed5d9d0aff573040020424a [file] [log] [blame]
<?php
header('HTTP/1.1 303 See Other');
header('Location: 303-to-307-target.php');
?>