瀏覽代碼

APLog.php 路径

walkor 11 年之前
父節點
當前提交
ba37e10d0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/ChatDemo/Lib/Gateway.php

+ 1 - 1
applications/ChatDemo/Lib/Gateway.php

@@ -14,8 +14,8 @@ if(!defined('ROOT_DIR'))
 
 require_once ROOT_DIR . '/Lib/Store.php';
 require_once ROOT_DIR . '/Lib/Context.php';
+require_once ROOT_DIR . '/Lib/APLog.php';
 require_once ROOT_DIR . '/Protocols/GatewayProtocol.php';
-require_once ROOT_DIR . '/Protocols/APLog.php';
 
 class GateWay
 {