SemanticScuttle/includes/js/dojox/rpc/tests/resources/rawEcho.php

5 lines
59 B
PHP

<?php
print file_get_contents('php://input');
?>