2
0
forked from Wavyzz/dolibarr

PHP 5.6 compatibility

$HTTP_RAW_POST_DATA is now DEPRECATED
Replaced all usages by the recommended file_get_contents("php://input")
This commit is contained in:
Raphaël Doursenaud
2014-09-16 15:17:43 +02:00
parent d1879c1b9f
commit b9954f5b2b
11 changed files with 12 additions and 27 deletions

View File

@@ -269,5 +269,4 @@ function createSkeleton($authentication,$skeleton)
}
// Return the results.
$server->service($HTTP_RAW_POST_DATA);
$server->service(file_get_contents("php://input"));