mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.4.01
This commit is contained in:
parent
e7b4d0e39a
commit
72d124d95d
26 changed files with 713 additions and 498 deletions
6
upload.php
Normal file
6
upload.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
header("Content-type: text/plain");
|
||||
echo "received:";
|
||||
var_dump(file_get_contents('php://input'));
|
||||
print_r($_POST);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue