diff options
Diffstat (limited to 'db.php')
-rw-r--r-- | db.php | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +<?php + +class DBConfig +{ + // 数据库连接 + public static $servername = "localhost"; + public static $username = "wod_dba"; + public static $password = ""; + public static $db_name = "musik"; + +} + +?>
\ No newline at end of file |