diff options
author | chai <chaifix@163.com> | 2022-03-22 21:17:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-22 21:17:14 +0800 |
commit | 9717df0608a46cb71fd696c70a25e6226a1e3c16 (patch) | |
tree | 288f1da91ace3c7f2ccc87b5ff4fa8d8af67a486 /config.php | |
parent | bb742acdd35fe84bb8ef2ff9007d01fcc902c682 (diff) |
* db config
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -2,11 +2,6 @@ class Config { - // 数据库连接 - public static $servername = "localhost"; - public static $username = "wod_dba"; - public static $password = ""; - public static $db_name = "musik"; // 数据库表格 public static $tb_album = "album"; |