walkor 12 年之前
父节点
当前提交
f715ba02dd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      applications/Game/Tests/gameChat.php

+ 0 - 1
applications/Game/Tests/gameChat.php

@@ -1,7 +1,6 @@
 <?php
 ini_set('display_errors', 'on');
 error_reporting(E_ALL);
-define('WORKERMAN_ROOT_DIR', __DIR__.'/../../../');
 
 $sock = stream_socket_client("tcp://115.28.44.100:8282");
 if(!$sock)exit("can not create sock\n");