mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
3 lines
176 B
SQL
3 lines
176 B
SQL
-- 自定义管理员和用户生成的邀请吗有效期
|
|
INSERT INTO `config` VALUES ('94', 'user_invite_days', 7);
|
|
INSERT INTO `config` VALUES ('95', 'admin_invite_days', 7); |