文件还在测试中

This commit is contained in:
2026-08-08 15:53:53 +08:00
parent 5f1e7adb64
commit 8101177cb5
241 changed files with 18074 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
/**
* 站点入口(安全):原 phpinfo() 会泄露服务器敏感信息,已移除。
* 转发至正式前端入口 public/index.php(其 BASE_PATH 仍指向项目根)。
*/
require __DIR__ . '/public/index.php';