mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
Use of $HTTP_RAW_POST_DATA is deprecated. Get data from php://input instead.
(See Forge bug #444) git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@193 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
+1
-1
@@ -587,7 +587,7 @@ function classifieds_info_query($method_name, $params, $app_data)
|
||||
# Process the request
|
||||
#
|
||||
|
||||
$request_xml = $HTTP_RAW_POST_DATA;
|
||||
$request_xml = file_get_contents("php://input");
|
||||
xmlrpc_server_call_method($xmlrpc_server, $request_xml, '');
|
||||
xmlrpc_server_destroy($xmlrpc_server);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user