first commit

This commit is contained in:
2025-11-28 10:08:12 +08:00
commit 09a14bf0a3
1088 changed files with 145132 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
/*数据库配置*/
$dbconfig=array(
'host' => 'localhost', //数据库服务器
'port' => 3306, //数据库端口
'user' => '', //数据库用户名
'pwd' => '', //数据库密码
'dbname' => '', //数据库名
'dbqz' => 'pay' //数据表前缀
);