first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
define('DB_HOST','127.0.0.1');//数据库连接地址,默认:localhost或127.0.0.1
|
||||
define('DB_USER','tv');//数据库账号
|
||||
define('DB_PASSWD','aDtyFNpEYYXTHPn6');//数据库密码
|
||||
define('DB_NAME','tv');//数据库名称
|
||||
define('DB_PRE','eruyi_');//数据库前缀
|
||||
?>
|
||||
Reference in New Issue
Block a user