From ce3cf309f9d0d1f56eb61c11bf1aa5d9f5085f14 Mon Sep 17 00:00:00 2001 From: MasonLiu <2857911564@qq.com> Date: Sat, 30 May 2026 08:55:19 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_add.php b/config_add.php index b75a3d3..6962d1c 100644 --- a/config_add.php +++ b/config_add.php @@ -8,7 +8,7 @@ require_once __DIR__ . '/app/db_helper.php'; require_once __DIR__ . '/mofangidc.php'; // Token文件路径(存储API_PASS) -$tokenFile = __DIR__ . '/app/pass.php'; +$tokenFile = __DIR__ . '/app/pass.php'; # 更新路径为app/pass.php,避免与其他配置文件混淆 // 检查是否首次访问(需要设置API_PASS) $needSetup = !file_exists($tokenFile);