aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/echoData.php
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-06-14 23:08:28 -0400
committerjeresig <jeresig@gmail.com>2010-06-14 23:08:28 -0400
commitc90d609c0d10a8792b0b31e226592fd707f45570 (patch)
tree21a782991819675479c19650748b7c8df41aa3ce /test/data/echoData.php
parentc34a62f8abbd9598e7a6647754c449ce92418b3a (diff)
downloadjquery-c90d609c0d10a8792b0b31e226592fd707f45570.tar.gz
jquery-c90d609c0d10a8792b0b31e226592fd707f45570.zip
Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.
Diffstat (limited to 'test/data/echoData.php')
-rw-r--r--test/data/echoData.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/echoData.php b/test/data/echoData.php
new file mode 100644
index 000000000..a37ba515a
--- /dev/null
+++ b/test/data/echoData.php
@@ -0,0 +1 @@
+<?php echo file_get_contents('php://input'); ?>