Files
unifiedpayment/app/Library/MpambaTnm/index.php
2025-11-17 18:39:10 +00:00

5 lines
84 B
PHP

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