From 53375967960ed34501c0a11c988cb8f11306e377 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 12 Jul 2025 18:08:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理项目中的旧配置文件备份,避免混淆和潜在的安全风险 --- config.php.bak | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 config.php.bak diff --git a/config.php.bak b/config.php.bak deleted file mode 100644 index f13d3d2..0000000 --- a/config.php.bak +++ /dev/null @@ -1,41 +0,0 @@ -connect_error) { - $error_msg = '数据库连接失败: ' . $conn->connect_error; - log_error($error_msg, __FILE__, __LINE__); - die($error_msg); -} -$conn->set_charset('utf8mb4'); - -// 设置时区 -date_default_timezone_set('Asia/Shanghai'); - -// 错误日志记录函数 - -?> \ No newline at end of file