diff options
Diffstat (limited to 'config/general-example')
-rw-r--r-- | config/general-example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/general-example b/config/general-example index ad5bd117b..6e8f3e0bb 100644 --- a/config/general-example +++ b/config/general-example @@ -14,7 +14,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.2 2007-10-26 18:00:27 francis Exp $ + * $Id: general-example,v 1.3 2007-11-05 16:46:11 francis Exp $ * */ @@ -26,5 +26,8 @@ define('OPTION_INCOMING_EMAIL_DOMAIN', 'localhost'); // e.g. 'foifa.com' define('OPTION_INCOMING_EMAIL_PREFIX', ''); // e.g. 'foi+' define('OPTION_INCOMING_EMAIL_SECRET', 'xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx'); // Used for hash in request email address +// Administration +define('OPTION_CONTACT_EMAIL', 'admin@localhost'); + ?> |