5 lines
84 B
PHP
5 lines
84 B
PHP
<?php
|
|
$data=file_get_contents('php://input');
|
|
echo 'This is the correct path.';
|
|
|
|
?>
|