首页 > PHP > PHP AMF NetConnection.Call.BadVersion 解决方案

PHP AMF NetConnection.Call.BadVersion 解决方案

2010年6月21日 admin 发表评论 阅读评论

找到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 [?]

  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.