| xqd
@@ -93,9 +93,9 @@ class AuthController extends Controller
|
|
|
exit;
|
|
|
}
|
|
|
} else {
|
|
|
- \Log::info($GLOBALS);
|
|
|
+ // \Log::info($GLOBALS);
|
|
|
\Log::info(file_get_contents("php://input"));
|
|
|
- $postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
|
|
|
+ $postStr = file_get_contents("php://input");
|
|
|
if (!empty($postStr)) {
|
|
|
$postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);
|
|
|
$fromUsername = $postObj->FromUserName;
|