|
@@ -5,7 +5,7 @@ header('Content-Type: text/html; charset=utf-8');
|
|
|
header('Cache-Control: no-cache');
|
|
|
|
|
|
// 数据库连接
|
|
|
-$conn = new mysqli("127.0.0.1", "crm", "Qweasdzxc", "crm");
|
|
|
+$conn = new mysqli("127.0.0.1", "crm", "Qweasdzxc", "crm_new");
|
|
|
if ($conn->connect_error) {
|
|
|
die("Connection failed: " . $conn->connect_error);
|
|
|
}
|