Files
ProxyPanel/sql/update/20190321.sql
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

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