浏览代码

fixed: 路径

gwang 3 年之前
父节点
当前提交
9b904332bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/Public/BackOffice/modules/mainmenu.php

+ 1 - 1
Gameserver/Public/BackOffice/modules/mainmenu.php

@@ -88,7 +88,7 @@ class MainMenu extends core {
             $className = $params['className'];
             $className = $params['className'];
             $mname = $params['method'];
             $mname = $params['method'];
             if ($className && $mname) {
             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();
                 $rt = new RenderTime();
                 ob_start();
                 ob_start();