diff options
-rw-r--r-- | config/general-example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/general-example b/config/general-example index e766293cc..17bbd2e95 100644 --- a/config/general-example +++ b/config/general-example @@ -19,7 +19,7 @@ * Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. * Email: francis@mysociety.org; WWW: http://www.mysociety.org * - * $Id: general-example,v 1.16 2008-10-17 11:38:00 francis Exp $ + * $Id: general-example,v 1.17 2008-10-17 11:46:11 francis Exp $ * */ @@ -43,7 +43,7 @@ define('OPTION_ADMIN_PUBLIC_URL', '/'); // where /stylesheets sits under for adm 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', ''); -define('OPTION_RECAPTCHA_PRIVATE_KEY', ''); +define('OPTION_RECAPTCHA_PUBLIC_KEY', 'x'); +define('OPTION_RECAPTCHA_PRIVATE_KEY', 'x'); ?> |