|
@@ -126,7 +126,9 @@ class Receive
|
|
*/
|
|
*/
|
|
private function request()
|
|
private function request()
|
|
{
|
|
{
|
|
- $post = $_GET ? $_GET : $_POST;
|
|
|
|
|
|
+ //$post = $_GET ? $_GET : $_POST;
|
|
|
|
+
|
|
|
|
+ $post = file_get_contents('php://input');
|
|
|
|
|
|
/*
|
|
/*
|
|
$post = ' <xml>
|
|
$post = ' <xml>
|