- Posts: 31
- Thank you received: 1
Grid Status: | Offline |
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
{datetime} No access for ip.of.your.simulator for {xmlrpc-call} at line blabla
function getOpenXMLrpcFunctions() {
$retval = array(
"buy_land_prep",
"preflightBuyLandPrep",
"buyLandPrep"); // all open methods (do not need remoteIP check)
return $retval;
}
function getOpenXMLrpcFunctions() {
$retval = array(
"getSettingsData",
"buy_land_prep",
"preflightBuyLandPrep",
"buyLandPrep"); // all open methods (do not need remoteIP check)
return $retval;
}
Please Log in to join the conversation.