This commit is contained in:
2025-10-09 17:41:57 +00:00
commit 7a3b2960f8
146 changed files with 34948 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
use Workerman\Worker;
use GlobalData\Server;
require_once __DIR__ . '/../../Workerman/Autoloader.php';
require_once __DIR__ . '/../src/Server.php';
$worker = new Server();
Worker::runAll();