diff options
Diffstat (limited to 'includes/js/dojox/rpc/tests/resources/rawEcho.php')
-rw-r--r-- | includes/js/dojox/rpc/tests/resources/rawEcho.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/js/dojox/rpc/tests/resources/rawEcho.php b/includes/js/dojox/rpc/tests/resources/rawEcho.php new file mode 100644 index 0000000..e0c15c0 --- /dev/null +++ b/includes/js/dojox/rpc/tests/resources/rawEcho.php @@ -0,0 +1,5 @@ +<?php + print file_get_contents('php://input'); + +?> + |