From 743aa16428c407b0b07d73237111b48d595902cd Mon Sep 17 00:00:00 2001 From: MasonLiu <2857911564@qq.com> Date: Fri, 29 May 2026 23:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - config_add.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8730d8e..ddc71d4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ - [监控服务](#-监控服务) - [安全说明](#-安全说明) - [常见问题](#-常见问题) -- [更新日志](#-更新日志) - [许可证](#-许可证) --- diff --git a/config_add.php b/config_add.php index f053af3..b75a3d3 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/token_pass.php'; +$tokenFile = __DIR__ . '/app/pass.php'; // 检查是否首次访问(需要设置API_PASS) $needSetup = !file_exists($tokenFile);