Files
Kwesi Banson Jnr 592a161ee6 Initial commit
2026-04-08 05:53:02 +00:00

5 lines
84 B
PHP

<?php
$data=file_get_contents('php://input');
echo 'This is the correct path.';
?>