mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
6 lines
No EOL
123 B
PHP
6 lines
No EOL
123 B
PHP
<?php
|
|
header("Content-type: text/plain");
|
|
echo "received:";
|
|
var_dump(file_get_contents('php://input'));
|
|
print_r($_POST);
|
|
?>
|