This commit is contained in:
2022-06-13 23:37:17 +08:00
parent d21608a860
commit 0230cb42a2
153 changed files with 62907 additions and 0 deletions

13
config.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
//全局配置文件
/**
* 数据库配置
*/
$dbconfig=array(
'host' => 'localhost', //数据库服务器
'port' => 3306, //数据库端口
'user' => 'openid', //数据库用户名
'pwd' => 'LywXMiYFXnXerieE', //数据库密码
'dbname' => 'openid', //数据库名
'dbqz' => 'oid' //数据表前缀
);