diff options
author | louise <louise> | 2010-01-06 14:59:34 +0000 |
---|---|---|
committer | louise <louise> | 2010-01-06 14:59:34 +0000 |
commit | d30d9bdfe87b71ba8763c23ecfab4336604e725d (patch) | |
tree | c010ff6f3b53209e5a4c1f028d1101197c6652a7 | |
parent | 9f7cb4098f281c404afa7a379258498c63c2c2ed (diff) |
Adding testing email address
-rw-r--r-- | conf/general-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example index d4c861668..283d8787b 100644 --- a/conf/general-example +++ b/conf/general-example @@ -14,7 +14,7 @@ * Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. * Email: francis@mysociety.org; WWW: http://www.mysociety.org * - * $Id: general-example,v 1.22 2009-11-23 16:04:27 louise Exp $ + * $Id: general-example,v 1.23 2010-01-06 14:59:34 louise Exp $ * */ @@ -33,6 +33,7 @@ define('OPTION_DRESS_DB_PASS', ''); define('OPTION_BASE_URL', 'http://www.example.org'); +define('OPTION_TESTING_EMAIL', 'testing@example.com'); define('OPTION_EMAIL_DOMAIN', 'example.org'); define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN); define('OPTION_TEST_EMAIL_PREFIX', null); |