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:
@@ -269,5 +269,4 @@ function createSkeleton($authentication,$skeleton)
|
||||
}
|
||||
|
||||
// Return the results.
|
||||
$server->service($HTTP_RAW_POST_DATA);
|
||||
|
||||
$server->service(file_get_contents("php://input"));
|
||||
|
||||
Reference in New Issue
Block a user