Tests: initial PHP application tests.
This commit is contained in:
5
test/php/mirror/index.php
Normal file
5
test/php/mirror/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$body = file_get_contents('php://input');
|
||||
header('Content-Length: ' . strlen($body));
|
||||
echo $body;
|
||||
?>
|
||||
Reference in New Issue
Block a user