Add test sever

This commit is contained in:
Anton Vakhrushev
2018-08-23 09:49:40 +03:00
parent a10e24198e
commit 8d0cf41d73
3 changed files with 19 additions and 1 deletions

5
server.php Normal file
View File

@ -0,0 +1,5 @@
<?php
ob_start();
var_dump(file_get_contents('php://input'));
error_log(ob_get_clean(), 4);