walkor hace 12 años
padre
commit
406af9bbd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");