stanley-king 1 year atrás
parent
commit
6f6d382f8f
2 changed files with 1954 additions and 2 deletions
  1. 1952 0
      docker/compose/mh/conf/php/php-debug.ini
  2. 2 2
      racc/racc_run.php

File diff suppressed because it is too large
+ 1952 - 0
docker/compose/mh/conf/php/php-debug.ini


+ 2 - 2
racc/racc_run.php

@@ -5,8 +5,8 @@ define('APP_ID', 'racc');
 define('MOBILE_SERVER',true);
 define('SUPPORT_PTHREAD',true);
 
-define('BASE_ROOT_PATH', str_replace('/mobile', '', dirname(__FILE__)));
-define('BASE_PATH', BASE_ROOT_PATH . '/mobile');
+define('BASE_ROOT_PATH', str_replace('/racc', '', dirname(__FILE__)));
+define('BASE_PATH', BASE_ROOT_PATH . '/racc');
 
 require_once(BASE_ROOT_PATH . '/global.php');
 require_once(BASE_ROOT_PATH . '/fooder.php');