From 7649d9b731b585ce5655474e1ceddb16dde7d52d Mon Sep 17 00:00:00 2001 From: Matheus Grilo Date: Fri, 24 Mar 2017 07:06:36 -0300 Subject: [PATCH] Switching keys' places (fits google order) (#290) --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 39dd902..b59249d 100644 --- a/config.php +++ b/config.php @@ -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_';