This commit is contained in:
root
2025-04-24 10:12:10 +08:00
commit 57cae04c3a
889 changed files with 663318 additions and 0 deletions

11
ht/vip/config.php Executable file
View File

@@ -0,0 +1,11 @@
<?php
error_reporting(0);
$PZ = array(
'DB_HOST'=>'192.168.25.110',// 服务器地址
'DB_NAME'=>'cdk',// 游戏数据库
'DB_USER'=>'root',// 用户名
'DB_PWD'=>'mysql_tr2Few',// 密码
'DB_PORT'=>'23306',// 端口
'DB_CHARSET'=>'utf8',// 数据库字符集
);
?>