mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-07 04:59:36 +00:00
6 lines
298 B
SQL
6 lines
298 B
SQL
-- 增加 Geetest验证 和 Google reCAPTCHA验证 选项
|
|
INSERT INTO `config` VALUES ('90', 'geetest_id', '');
|
|
INSERT INTO `config` VALUES ('91', 'geetest_key', '');
|
|
INSERT INTO `config` VALUES ('92', 'google_captcha_sitekey', '');
|
|
INSERT INTO `config` VALUES ('93', 'google_captcha_secret', '');
|