Switching keys' places (fits google order) (#290)

This commit is contained in:
Matheus Grilo 2017-03-24 07:06:36 -03:00 committed by Stefan A. Brannfjell
parent add2738e76
commit 7649d9b731

View File

@ -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_';