1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/tests/docroot/Feed/Fetching/EndlessLoop.php

8 lines
180 B
PHP
Raw Normal View History

2017-05-27 22:15:52 +00:00
<?php return [
'code' => 302,
'cache' => false,
'fields' => [
'Location: http://localhost:'.$_SERVER['SERVER_PORT'].$_SERVER['REQUEST_URI']."0",
]
2017-08-29 14:50:31 +00:00
];