Files
Word/config.php
2025-11-18 14:30:07 +08:00

6 lines
214 B
PHP

<?php
// 简单密码配置:修改为你自己的密码
const AUTH_PASSWORD = 'wd123123';
// 分享链接的签名密钥(请修改为更随机的字符串)
const SHARE_SECRET = 'share_secret_change_me_2025';