RandomQuotations/config.php
2020-08-06 22:01:56 +08:00

6 lines
181 B
PHP

<?php
error_reporting(0);
$db_host = 'localhost'; //数据库主机地址
$db_user = ''; // 数据库用户名
$db_pwd = ''; //数据库密码
$db_database = ''; //数据库名