6 lines
59 B
PHP
6 lines
59 B
PHP
|
<?php
|
||
|
print file_get_contents('php://input');
|
||
|
|
||
|
?>
|
||
|
|