diff options
author | jeresig <jeresig@gmail.com> | 2010-06-14 23:08:28 -0400 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-06-14 23:08:28 -0400 |
commit | c90d609c0d10a8792b0b31e226592fd707f45570 (patch) | |
tree | 21a782991819675479c19650748b7c8df41aa3ce /test/data/echoData.php | |
parent | c34a62f8abbd9598e7a6647754c449ce92418b3a (diff) | |
download | jquery-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.php | 1 |
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'); ?> |