diff options
-rw-r--r-- | config/general-example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/general-example b/config/general-example index 0baaaa93d..2de8f4d5b 100644 --- a/config/general-example +++ b/config/general-example @@ -19,10 +19,12 @@ * Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. * Email: francis@mysociety.org; WWW: http://www.mysociety.org * - * $Id: general-example,v 1.6 2007-11-27 10:35:41 francis Exp $ + * $Id: general-example,v 1.7 2007-11-27 10:36:51 francis Exp $ * */ +// Mails aren't really sent to public bodies if this is turned on, but back +// to requestor. And it says it is a staging site. define('OPTION_STAGING_SITE', 1); // Domain used in URLs generated by scripts (e.g. for going in some emails) |