summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/rpc/tests/resources/rawEcho.php
blob: e0c15c0b7414e60f5f04a6a1a59ff22dfe369c90 (plain)
1
2
3
4
5
<?php
        print file_get_contents('php://input');

?>