RandomQuotations/config.php

6 lines
181 B
PHP
Raw Normal View History

2020-08-06 22:01:56 +08:00
<?php
error_reporting(0);
$db_host = 'localhost'; //数据库主机地址
$db_user = ''; // 数据库用户名
$db_pwd = ''; //数据库密码
$db_database = ''; //数据库名