PHP AMF NetConnection.Call.BadVersion 解决方案
2010年6月21日
没有评论
找到gateway.php 这个网关文件中的
if(PRODUCTION_SERVER)
{
//Disable profiling, remote tracing, and service browser
$gateway->disableDebug();
// Keep the Flash/Flex IDE player from connecting to the gateway. Used for security to stop remote connections.
//$gateway->disableStandalonePlayer();
}
按以上修改即可
Popularity: unranked [?]
最近评论