mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Switching keys' places (fits google order) (#290)
This commit is contained in:
parent
add2738e76
commit
7649d9b731
@ -777,8 +777,8 @@
|
||||
$config['use_token'] = false;
|
||||
// Set up captcha keys on https://www.google.com/recaptcha/
|
||||
$config['use_captcha'] = false;
|
||||
$config['captcha_secret_key'] = "Secret key";
|
||||
$config['captcha_site_key'] = "Site key";
|
||||
$config['captcha_secret_key'] = "Secret key";
|
||||
|
||||
// Session prefix, if you are hosting multiple sites, make the session name different to avoid conflict.
|
||||
$config['session_prefix'] = 'znote_';
|
||||
|
Loading…
x
Reference in New Issue
Block a user