walkor vor 12 Jahren
Ursprung
Commit
f715ba02dd
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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");