mirror of
https://github.com/rainerosion/RandomQuotations.git
synced 2026-06-02 18:03:42 +08:00
6 lines
181 B
PHP
6 lines
181 B
PHP
<?php
|
|
error_reporting(0);
|
|
$db_host = 'localhost'; //数据库主机地址
|
|
$db_user = ''; // 数据库用户名
|
|
$db_pwd = ''; //数据库密码
|
|
$db_database = ''; //数据库名
|