aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-10-17 11:46:11 +0000
committerfrancis <francis>2008-10-17 11:46:11 +0000
commit0c4cd6e55d79c36988f23ed639e7ac87ad42affa (patch)
tree6b19ef9f2b0d3cce9961490d98d94752b408e598
parentde8a7647c95ce939ba719d4b9a31ae8b8a35390d (diff)
Blank entries cause trouble.
-rw-r--r--config/general-example6
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');
?>