小更新
This commit is contained in:
parent
cea593c8f9
commit
743aa16428
@ -25,7 +25,6 @@
|
||||
- [监控服务](#-监控服务)
|
||||
- [安全说明](#-安全说明)
|
||||
- [常见问题](#-常见问题)
|
||||
- [更新日志](#-更新日志)
|
||||
- [许可证](#-许可证)
|
||||
|
||||
---
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user