|
@@ -88,7 +88,7 @@ class MainMenu extends core {
|
|
|
$className = $params['className'];
|
|
|
$mname = $params['method'];
|
|
|
if ($className && $mname) {
|
|
|
- include_once __DIR__ . '/../../../Amfphp/Services/' . str_replace("loyalsoft", "", $className) . '.php';
|
|
|
+ include_once __DIR__ . '/../../../Amfphp/Services/' . str_replace("loyalsoft\\", "", $className) . '.php';
|
|
|
# 直接向客户端输出返回值
|
|
|
$rt = new RenderTime();
|
|
|
ob_start();
|