瀏覽代碼

test game

walkor 12 年之前
父節點
當前提交
406af9bbd8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/Game/Tests/game.php

+ 1 - 1
applications/Game/Tests/game.php

@@ -1,7 +1,7 @@
 <?php
 ini_set('display_errors', 'on');
 error_reporting(E_ALL);
-define('WORKERMAN_ROOT_DIR', __DIR__.'/../../');
+define('WORKERMAN_ROOT_DIR', __DIR__.'/../../../');
 include '../GameBuffer.php';
 
 $sock = stream_socket_client("tcp://127.0.0.1:8282");