Explorar o código

fixed: 路径

gwang %!s(int64=3) %!d(string=hai) anos
pai
achega
9b904332bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];
             $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();