diff options
-rw-r--r-- | config/general-example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/general-example b/config/general-example index 0db548fd6..bc8e03f65 100644 --- a/config/general-example +++ b/config/general-example @@ -43,13 +43,13 @@ define('OPTION_ADMIN_PUBLIC_URL', '/'); // where /stylesheets sits under for adm // Secret key for signing cookie_store sessions define('OPTION_COOKIE_STORE_SESSION_SECRET', 'your secret key here, make it long and random'); -// Recaptcha, for detecting humans. Get keys here: http://recaptcha.net/whyrecaptcha.html -define('OPTION_RECAPTCHA_PUBLIC_KEY', 'x'); -define('OPTION_RECAPTCHA_PRIVATE_KEY', 'x'); - // If present, puts the site in read only mode, and uses the text as reason // (whole paragraph). Please use a read-only database user as well, as it only // checks in a few obvious places. define('OPTION_READ_ONLY', ''); +// Recaptcha, for detecting humans. Get keys here: http://recaptcha.net/whyrecaptcha.html +define('OPTION_RECAPTCHA_PUBLIC_KEY', 'x'); +define('OPTION_RECAPTCHA_PRIVATE_KEY', 'x'); + ?> |