|
|
@@ -24,7 +24,7 @@ define('GLOBAL_START', 1);
|
|
|
require_once __DIR__ . '/Workerman/Autoloader.php';
|
|
|
|
|
|
// 加载所有Applications/*/start.php,以便启动所有服务
|
|
|
-foreach(glob(__DIR__.'/Applications/*/start.php') as $start_file)
|
|
|
+foreach(glob(__DIR__.'/Applications/*/start*.php') as $start_file)
|
|
|
{
|
|
|
require_once $start_file;
|
|
|
}
|