summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.php b/config.php
index 700fe83..cae1286 100644
--- a/config.php
+++ b/config.php
@@ -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";