added things

This commit is contained in:
szabomarton
2024-11-19 12:59:01 +01:00
parent 0ca86bd7c1
commit d4bdf90b83
3 changed files with 132 additions and 0 deletions

10
24_11_18/asd.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST'){
echo '{
"data": "value"
}';
}
?>