summaryrefslogtreecommitdiffhomepage
path: root/test/php/mirror/index.php
blob: ffd2291d312266510a80f17f0f81f8481b09e916 (plain) (blame)
1
2
3
4
5
<?php
$body = file_get_contents('php://input');
header('Content-Length: ' . strlen($body));
echo $body;
?>