Initial commit

This commit is contained in:
2026-07-07 13:29:22 +08:00
commit 3fdd9ec927
154 changed files with 56566 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
header("Content-Type:application/json;charset=utf-8");
echo json_encode(["code"=>200,"msg"=>"PHP正常,mysqli已加载"]);