Initial commit: webman project

This commit is contained in:
zimoyin
2026-08-02 02:23:18 +08:00
commit 6f178e30c5
63 changed files with 9170 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env php
<?php
chdir(__DIR__);
require_once __DIR__ . '/vendor/autoload.php';
support\App::run();