erp-backend/public/test_post.php
2026-04-01 17:07:04 +08:00

5 lines
100 B
PHP

<?php
echo "POST test works";
file_put_contents("/tmp/post_result.txt", print_r($_POST, true));