blob: b812efcbdf2d158cb786d84bab366453742b3bdc [file] [log] [blame]
<?php
header('HTTP/1.0 302 Found');
header('Location: infinite-loop.php');
?>