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);